apskel-pos-backend/migrations/000017_create_customers_table.down.sql

1 line
40 B
MySQL
Raw Normal View History

2025-07-18 20:10:29 +07:00
DROP TABLE IF EXISTS customers CASCADE;