1 line
109 B
SQL
1 line
109 B
SQL
ALTER TABLE `auto_announcements` ADD `isCritical` enum('true','false') NOT NULL DEFAULT 'false' AFTER `memo`; |