migrate/database/firebird/examples/migrations/1185749658_add_city_to_users.up.sql
Kirill Muratov 2c9773ed89 Added Firebird support (#191)
* Added Firebird support

* Fixed typo

* Refactoring

* Schema migrations table name don't have to be upper case

* Fixed readme

* Added Firebird 2.5 support

* Removed SchemaName

* Refactoring
2019-03-21 01:51:49 -07:00

4 lines
43 B
SQL

ALTER TABLE users ADD city varchar(100);