3 lines
92 B
MySQL
3 lines
92 B
MySQL
|
|
ALTER TABLE `{$NAMESPACE}_chatlog`.`chatlog_event`
|
||
|
|
ADD `channelID` INT UNSIGNED NOT NULL;
|