1 line
109 B
SQL
1 line
109 B
SQL
ALTER TABLE `importLogs` ADD `importTrigger` enum('manual','automatic','unknown') DEFAULT 'unknown' NOT NULL; |