science-ation/db/db.update.64.sql

6 lines
130 B
MySQL
Raw Normal View History

ALTER TABLE `reports` ADD `system_report_id` INT NOT NULL AFTER `id` ;
UPDATE reports SET system_report_id = id WHERE id <=34;