Add project backgrounds
This commit is contained in:
@@ -5,6 +5,8 @@ module.exports.up = (knex) =>
|
||||
table.bigInteger('id').primary().defaultTo(knex.raw('next_id()'));
|
||||
|
||||
table.text('name').notNullable();
|
||||
table.jsonb('background');
|
||||
table.text('background_image_dirname');
|
||||
|
||||
table.timestamp('created_at', true);
|
||||
table.timestamp('updated_at', true);
|
||||
|
||||
Reference in New Issue
Block a user