mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat(server): wip import resources
This commit is contained in:
@@ -4,6 +4,7 @@ exports.up = function (knex) {
|
||||
table.string('filename');
|
||||
table.string('import_id');
|
||||
table.string('resource');
|
||||
table.json('columns');
|
||||
table.json('mapping');
|
||||
table.timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user