Sets up internal packages for database and api
This commit is contained in:
parent
b059fa25cb
commit
d82a1c9215
4 changed files with 15 additions and 15 deletions
|
|
@ -1,7 +1,8 @@
|
|||
-- +migrate Up
|
||||
CREATE table users (
|
||||
id INTEGER PRIMARY KEY,
|
||||
name text NOT NULL
|
||||
first_name text NOT NULL,
|
||||
email text NOT NULL
|
||||
);
|
||||
|
||||
-- +migrate Down
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue