3586723af7
alter table photo add size int(10) unsigned not null default '0' after width, add index (size);
alter table photo add size int(10) unsigned not null default '0' after width, add index (size);