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

2 lines
66 B
SQL

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