POWER
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
exports.up = async knex => {
|
||||
return knex.schema.createTable('constructs', table => {
|
||||
table.uuid('id').primary();
|
||||
table.timestamps(true, true);
|
||||
table.uuid('account').notNullable()
|
||||
table.foreign('account')
|
||||
.references('id')
|
||||
|
||||
Reference in New Issue
Block a user