welcome to mnml
This commit is contained in:
@@ -9,6 +9,7 @@ exports.up = async knex => {
|
||||
table.string('token', 64)
|
||||
.notNullable()
|
||||
.index();
|
||||
|
||||
table.timestamp('token_expiry').notNullable();
|
||||
|
||||
table.bigInteger('balance')
|
||||
|
||||
Reference in New Issue
Block a user