forked from DebaucheryLibrarian/traxxx
Marked Erika Korti Studio as showcased.
This commit is contained in:
@@ -11,24 +11,18 @@ exports.up = async (knex) => {
|
||||
.references('id')
|
||||
.inTable('users');
|
||||
|
||||
table.json('data');
|
||||
table.json('base');
|
||||
table.json('deltas');
|
||||
|
||||
table.text('comment');
|
||||
|
||||
table.boolean('approved')
|
||||
.notNullable()
|
||||
.defaultTo(false);
|
||||
table.datetime('applied_at');
|
||||
|
||||
table.integer('approved_by')
|
||||
.references('id')
|
||||
.inTable('users');
|
||||
|
||||
table.boolean('applied')
|
||||
.notNullable()
|
||||
.defaultTo(false);
|
||||
|
||||
table.datetime('applied_at');
|
||||
table.text('error');
|
||||
|
||||
table.datetime('created_at')
|
||||
.notNullable()
|
||||
|
||||
Reference in New Issue
Block a user