mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 04:10:32 +00:00
feat(server): categorize the synced bank transactions
This commit is contained in:
@@ -5,6 +5,7 @@ exports.up = function (knex) {
|
||||
table.increments('id');
|
||||
table.date('date').index();
|
||||
table.decimal('amount');
|
||||
table.string('currency_code');
|
||||
table.string('reference_no').index();
|
||||
table
|
||||
.integer('account_id')
|
||||
|
||||
Reference in New Issue
Block a user