You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
shelf_api_go/migrations/000001_init_schema.down.sql

2 lines
58 B
SQL

DROP TABLE IF EXISTS products;
DROP TABLE IF EXISTS users;