2 lines
105 B
SQL
2 lines
105 B
SQL
ALTER TABLE `zt_im_chatuser` ADD `lastReadMessage` int(11) unsigned NOT NULL DEFAULT 0 AFTER `category`;
|