This website requires JavaScript.
Explore
Help
Sign In
egommerce
/
stack
Watch
1
Star
0
Fork
0
You've already forked stack
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
6848b55101
stack
/
deploy
/
db_migrations
/
order-svc
/
0001_create_base_tables.down.sql
3 lines
85 B
MySQL
Raw
Normal View
History
Unescape
Escape
Update & Refactor
2024-12-24 14:29:04 +01:00
DROP
TABLE
IF
EXISTS
"
ordering
"
.
order_item
;
DROP
TABLE
IF
EXISTS
"
ordering
"
.
"
order
"
;
Reference in New Issue
Copy Permalink