album/migrations/2019-05-18-170654_require-image-size/up.sql

3 lines
105 B
MySQL
Raw Normal View History

2019-05-18 23:43:58 +04:00
ALTER TABLE photos ALTER COLUMN width SET NOT NULL;
ALTER TABLE photos ALTER COLUMN height SET NOT NULL;