alter table submissions alter column body type varchar(100000);
alter table submissions alter column body_html type varchar(200000);