buster/api/migrations/2024-06-03-040003_create_teams/down.sql

4 lines
75 B
MySQL
Raw Normal View History

2025-01-04 05:32:54 +08:00
-- This file should undo anything in `up.sql`
DROP TABLE IF EXISTS teams;