2 lines
69 B
MySQL
2 lines
69 B
MySQL
|
ALTER TABLE user_ ADD COLUMN deleted BOOLEAN DEFAULT FALSE NOT NULL;
|