Extend store API
This commit is contained in:
@ -13,6 +13,7 @@ exports.up = function(knex, Promise) {
|
||||
table.string('version');
|
||||
table.string('user');
|
||||
table.string('userId');
|
||||
table.string('instanceId');
|
||||
table.string('meta');
|
||||
table.string('exception');
|
||||
table.timestamp('added').defaultTo(knex.fn.now());
|
||||
|
Reference in New Issue
Block a user