2 lines
107 B
SQL
2 lines
107 B
SQL
ALTER TABLE `zt_im_chat` ADD `archiveDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' AFTER `avatar`;
|