From aa5a6d212f6237ab696cb0f5b00d3d5e762d5fec Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 16 Dec 2020 20:01:32 +0530 Subject: rework tables --- migrations/2020-12-13-140215_all_tables/down.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 migrations/2020-12-13-140215_all_tables/down.sql (limited to 'migrations/2020-12-13-140215_all_tables/down.sql') 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 @@ +-- This file should undo anything in `up.sql` + +drop table customer; + +drop table product; + +drop table cart_items; + +drop table rating; + +drop table transaction; -- cgit v1.2.3