3 lines
43 B
MySQL
3 lines
43 B
MySQL
|
ALTER TABLE messages
|
||
|
DROP COLUMN is_spam;
|