Added various tag photos.
This commit is contained in:
@@ -102,7 +102,8 @@ exports.up = knex => Promise.resolve()
|
||||
|
||||
table.integer('entity_id')
|
||||
.references('id')
|
||||
.inTable('entities');
|
||||
.inTable('entities')
|
||||
.onDelete('cascade');
|
||||
|
||||
table.text('comment');
|
||||
table.text('group');
|
||||
|
||||
Reference in New Issue
Block a user