comment, interaction db
This commit is contained in:
parent
ee9015c1e3
commit
60d18771d7
17 changed files with 184 additions and 32 deletions
2
migrations/20241204225151_create_comment_table.down.sql
Normal file
2
migrations/20241204225151_create_comment_table.down.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
-- Add down migration script here
|
||||
DROP TABLE IF EXISTS "comment";
|
Loading…
Add table
Add a link
Reference in a new issue