fog/cmd/migrate/migrations/000001_create_users.down.sql

1 line
27 B
MySQL
Raw Normal View History

2024-12-30 10:02:01 +00:00
DROP TABLE IF EXISTS users;