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;