aboutsummaryrefslogtreecommitdiff
path: root/db/reset.sql
blob: 70366135ddf8ce32ebd2bbeb7aea0feb27dd7e4d (plain)
1
2
3
4
5
6
drop schema if exists webs;
drop table if exists webs.product;
drop table if exists webs.user;
drop table if exists webs.cart;
drop table if exists webs.promotion;
drop table if exists webs.category;