Files
rust-actixweb-diesel-api/migrations/2020-11-29-201716_create_orders/down.sql
2020-11-30 02:37:37 +05:30

2 lines
64 B
SQL

-- This file should undo anything in `up.sql`
drop table orders;