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