2009-08-20 21:53:00 +01:00
|
|
|
alter table notice
|
|
|
|
modify column content text comment 'update content';
|
|
|
|
|
2009-08-20 22:02:25 +01:00
|
|
|
alter table message
|
|
|
|
modify column content text comment 'message content';
|
|
|
|
|
2009-08-20 22:07:20 +01:00
|
|
|
alter table profile
|
|
|
|
modify column bio text comment 'descriptive biography';
|
|
|
|
|
2009-08-20 22:11:34 +01:00
|
|
|
alter table user_group
|
|
|
|
modify column description text comment 'group description';
|
|
|
|
|