Adds migrations for new models
This commit is contained in:
parent
96fc234068
commit
5a75fd94bb
3 changed files with 25 additions and 1 deletions
|
|
@ -6,4 +6,4 @@ CREATE table user (
|
|||
);
|
||||
|
||||
-- +migrate Down
|
||||
DROP TABLE users;
|
||||
DROP TABLE user;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue