migrate/database/postgres/examples/migrations/1185749658_add_city_to_user...

2 lines
46 B
MySQL
Raw Normal View History

ALTER TABLE users DROP COLUMN IF EXISTS city;