3 lines
77 B
MySQL
3 lines
77 B
MySQL
|
ALTER TABLE photos DROP COLUMN width;
|
||
|
ALTER TABLE photos DROP COLUMN height;
|