3 lines
105 B
SQL
3 lines
105 B
SQL
ALTER TABLE photos ALTER COLUMN width SET NOT NULL;
|
|
ALTER TABLE photos ALTER COLUMN height SET NOT NULL;
|