Less broken refactor

This commit is contained in:
benarc
2020-12-04 10:15:46 +00:00
parent 4c7c792390
commit 7d44fa1c2d
2 changed files with 17 additions and 6 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ async def m001_initial(db):
title TEXT,
wallet TEXT NOT NULL,
address TEXT NOT NULL,
time_to_pay INTEGER NOT NULL,
amount INTEGER NOT NULL,
time_to_pay INTEGER,
amount INTEGER,
balance INTEGER DEFAULT 0,
time TIMESTAMP NOT NULL DEFAULT (strftime('%s', 'now'))
);