taskcafe/api/migrations/0021_drop-first-name-column-from-user_account-table.up.sql
2020-06-12 17:21:58 -05:00

2 lines
49 B
SQL

ALTER TABLE user_account DROP COLUMN first_name;