user, role, post db
This commit is contained in:
parent
20af44c357
commit
ee9015c1e3
15 changed files with 210 additions and 74 deletions
2
migrations/20241204130431_create_post_table.down.sql
Normal file
2
migrations/20241204130431_create_post_table.down.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- Add down migration script here
|
||||
DROP TABLE IF EXISTS "post";
|
Loading…
Add table
Add a link
Reference in a new issue