3 lines
89 B
MySQL
3 lines
89 B
MySQL
|
|
ALTER TABLE /*_*/logging
|
||
|
|
ADD COLUMN log_comment_id bigint unsigned NOT NULL DEFAULT 0;
|