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