4 lines
78 B
SQL
4 lines
78 B
SQL
alter table notice
|
|
modify column content text comment 'update content';
|
|
|
alter table notice
|
|
modify column content text comment 'update content';
|
|
|