4 lines
141 B
MySQL
4 lines
141 B
MySQL
|
alter table submission_options rename column submission_id to parent_id;
|
||
|
|
||
|
alter table comment_options rename column comment_id to parent_id;
|