AppFlowy/frontend/rust-lib/flowy-database/migrations/2021-07-14-022241_user-add-col/down.sql
2022-08-15 10:09:59 +08:00

2 lines
91 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE user_table DROP COLUMN workspace;