3 lines
107 B
SQL
3 lines
107 B
SQL
ALTER TABLE photos ALTER COLUMN width DROP NOT NULL;
|
|
ALTER TABLE photos ALTER COLUMN height DROP NOT NULL;
|