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

2 lines
71 B
SQL

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