wip
This commit is contained in:
@@ -29,6 +29,7 @@ exports.up = async knex => {
|
||||
table.uuid('id').primary();
|
||||
table.index('id');
|
||||
table.binary('data').notNullable();
|
||||
table.timestamps(true, true);
|
||||
|
||||
// the instance
|
||||
table.uuid('instance').notNullable()
|
||||
|
||||
Reference in New Issue
Block a user