summaryrefslogtreecommitdiff
path: root/db/08to09.sql
blob: cad095169d508bd151f5d77a32431fc1261674bd (plain)
1
2
3
4
5
6
alter table notice
     modify column content text comment 'update content';

alter table message
     modify column content text comment 'message content';