mirror of
https://github.com/status-im/migrate.git
synced 2025-02-23 16:28:08 +00:00
This addresses https://github.com/golang-migrate/migrate/issues/90 . The exported Redshift object no longer exports an embedde 'Driver' however, so some more work is needed to make this backwards compatible.
4 lines
50 B
SQL
4 lines
50 B
SQL
ALTER TABLE users ADD COLUMN city varchar(100);
|
|
|
|
|