hiling_go/db/migrations/000002_add_approvedby_in_locations_table.down.sql
2024-05-22 11:26:15 +07:00

2 lines
113 B
SQL
Executable File

ALTER TABLE locations DROP COLUMN IF EXISTS approved_by;
ALTER TABLE locations DROP COLUMN IF EXISTS approved_at;