2 lines
65 B
MySQL
2 lines
65 B
MySQL
|
ALTER TABLE buildings
|
||
|
DROP COLUMN IF EXISTS latest_demolish_date;
|