This website requires JavaScript.
Explore
Help
Sign in
Tahinli
/
rust_forum
Watch
1
Star
0
Fork
You've already forked rust_forum
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ee9015c1e3
rust_forum
/
migrations
/
20241203135558_create_user_table.down.sql
3 lines
91 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat: :sparkles: sqlx
2024-12-03 21:33:42 +03:00
-- Add down migration script here
DROP
TABLE
IF
EXISTS
"
user
"
;
user, role, post db
2024-12-04 23:17:19 +03:00
DROP
TABLE
IF
EXISTS
"
role
"
;
Reference in a new issue
Copy permalink