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