Tyler Hallada
6b07ec7d07
Shops now have a "type" and keywords of items they only deal with. Also add vendors table in preparation for implementing the endpoint.
8 lines
228 B
PL/PgSQL
8 lines
228 B
PL/PgSQL
DROP TABLE owners CASCADE;
|
|
DROP TABLE shops CASCADE;
|
|
DROP TABLE interior_ref_lists CASCADE;
|
|
DROP TABLE merchandise_lists CASCADE;
|
|
DROP TABLE transactions CASCADE;
|
|
DROP TABLE vendors CASCADE;
|
|
DROP TABLE _sqlx_migrations CASCADE;
|