This commit is contained in:
ntr
2019-04-24 19:54:45 +10:00
parent b839810815
commit e00e819ca9
6 changed files with 146 additions and 108 deletions
+1
View File
@@ -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()