inventory-system/migrations/2022-07-21-115312_create_users/down.sql

4 lines
75 B
MySQL
Raw Normal View History

2022-07-21 12:55:31 +01:00
-- This file should undo anything in `up.sql`
DROP TABLE IF EXISTS users;