Added paylinks to table

This commit is contained in:
benarc
2020-12-03 18:37:45 +00:00
parent c62678b3aa
commit 2db3325727
5 changed files with 50 additions and 13 deletions
@@ -35,6 +35,7 @@ async def m001_initial(db):
address TEXT NOT NULL,
time_to_pay INTEGER NOT NULL,
amount INTEGER NOT NULL,
amount_paid INTEGER DEFAULT 0,
time TIMESTAMP NOT NULL DEFAULT (strftime('%s', 'now'))
);
"""