blob: 83bb42e35a493e2830b40d380504bac847f6409c (
plain)
1
2
3
4
5
6
7
8
9
|
alter table notice
modify column content text comment 'update content';
alter table message
modify column content text comment 'message content';
alter table profile
modify column bio text comment 'descriptive biography';
|