taskcafe/migrations/0021_drop-first-name-column-from-user_account-table.up.sql

2 lines
49 B
SQL

ALTER TABLE user_account DROP COLUMN first_name;