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