mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
fix bugs
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