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;