2 lines
99 B
SQL
2 lines
99 B
SQL
ALTER TABLE `zt_im_chat` ADD `adminInvite` enum('0','1') NOT NULL DEFAULT '0' AFTER `mergedChats`;
|