mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
WIP
This commit is contained in:
@@ -13,7 +13,7 @@ exports.up = function (knex) {
|
||||
table.boolean('columnable');
|
||||
table.integer('index');
|
||||
table.json('options');
|
||||
table.integer('resource_id').unsigned().references('id').inTable('resources');
|
||||
table.integer('resource_id').unsigned();
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user