aboutsummaryrefslogtreecommitdiff
path: root/migrations/2020-12-13-140215_all_tables/down.sql
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-12-16 14:31:32 +0000
committerAkshay <[email protected]>2020-12-16 14:31:32 +0000
commitaa5a6d212f6237ab696cb0f5b00d3d5e762d5fec (patch)
tree54df1d4f5026ba9742708f1fb6c60916f7008b08 /migrations/2020-12-13-140215_all_tables/down.sql
parent5cfdb0eb26e4c3c2b087378c8b882c0eff0409af (diff)
rework tables
Diffstat (limited to 'migrations/2020-12-13-140215_all_tables/down.sql')
-rw-r--r--migrations/2020-12-13-140215_all_tables/down.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/migrations/2020-12-13-140215_all_tables/down.sql b/migrations/2020-12-13-140215_all_tables/down.sql
new file mode 100644
index 0000000..9c554a2
--- /dev/null
+++ b/migrations/2020-12-13-140215_all_tables/down.sql
@@ -0,0 +1,11 @@
1-- This file should undo anything in `up.sql`
2
3drop table customer;
4
5drop table product;
6
7drop table cart_items;
8
9drop table rating;
10
11drop table transaction;