index
:
18CS53
master
database design
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
migrations
/
2020-11-16-133516_create_products_table
/
down.sql
blob: 7d99a98d894d6bf1bc538b694704cca44fa60e7e (
plain
)
1
2
3
-- This file should undo anything in `up.sql`
DROP
TABLE
product
;