2 lines
91 B
MySQL
Raw Normal View History

-- This file should undo anything in `up.sql`
2022-08-15 10:09:59 +08:00
ALTER TABLE user_table DROP COLUMN workspace;