Add accounts & payees
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
-- +goose Up
|
||||
CREATE TABLE users (
|
||||
id char(26) NOT NULL,
|
||||
email text NOT NULL,
|
||||
name text NOT NULL,
|
||||
password text NOT NULL
|
||||
);
|
||||
|
||||
-- +goose Down
|
||||
DROP TABLE users;
|
Reference in New Issue
Block a user