2 lines
107 B
SQL
2 lines
107 B
SQL
ALTER TABLE `zt_case` ADD `fromCaseVersion` mediumint(8) unsigned NOT NULL default '1' AFTER `fromCaseID`;
|