feat(migrations): Add posts & threads tables
This commit is contained in:
parent
106ade6e41
commit
042eb88fd7
5 changed files with 57 additions and 0 deletions
2
migrations/2018-04-08-133240_create_posts/down.sql
Normal file
2
migrations/2018-04-08-133240_create_posts/down.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DROP TABLE posts;
|
||||
DROP TABLE threads;
|
||||
Loading…
Add table
Add a link
Reference in a new issue