welcome to mnml

This commit is contained in:
ntr
2019-08-26 18:43:05 +10:00
parent 6ff292ff3c
commit 65514f576a
12 changed files with 447 additions and 182 deletions
@@ -9,6 +9,7 @@ exports.up = async knex => {
table.string('token', 64)
.notNullable()
.index();
table.timestamp('token_expiry').notNullable();
table.bigInteger('balance')