2 lines
93 B
MySQL
2 lines
93 B
MySQL
|
ALTER TABLE answer DROP COLUMN IF EXISTS email;
|
||
|
DROP INDEX IF EXISTS answer_email_unique_idx;
|