mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-25 07:23:59 +00:00
Merge branch 'dillon/accounting-bank-mapping' into 'development'
Dillon/accounting bank mapping See merge request CIEFWorldwideSdnBhd/exchange-2.0!137
This commit is contained in:
@@ -22,7 +22,7 @@ class CreateStatementTransactionOwnersTable extends Migration
|
||||
$table->string('system')->nullable();
|
||||
$table->string('owner_type')->nullable();
|
||||
$table->bigInteger('owner_id')->nullable();
|
||||
$table->bigInteger('owner_reference')->nullable();
|
||||
$table->string('owner_reference')->nullable();
|
||||
$table->string('invoice_reference')->nullable();
|
||||
$table->string('receipt_reference')->nullable();
|
||||
$table->string('is_auto_mapped')->default(false);
|
||||
|
||||
Reference in New Issue
Block a user