aboutsummaryrefslogtreecommitdiff
path: root/migrations/2020-12-13-140215_all_tables/down.sql
blob: 9c554a22ab6b7cf37c51a59c354b64c827b2b883 (plain)
1
2
3
4
5
6
7
8
9
10
11
-- This file should undo anything in `up.sql`

drop table customer;

drop table product;

drop table cart_items;

drop table rating;

drop table transaction;