This commit is contained in:
2021-12-02 10:44:14 +00:00
parent cdc767a497
commit e465b961a5
5 changed files with 25 additions and 11 deletions

View File

@ -37,7 +37,7 @@ CREATE TABLE payees (
CREATE TABLE transactions (
id uuid DEFAULT uuid_generate_v4() PRIMARY KEY,
date date NOT NULL,
memo text NULL,
memo text NOT NULL,
amount decimal(12,2) NOT NULL,
account_id uuid NOT NULL,
payee_id uuid