Add accounts & payees

This commit is contained in:
2021-11-29 22:52:58 +00:00
parent 6df72dc40d
commit 37d19733df
5 changed files with 61 additions and 6 deletions

View File

@ -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;