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