This commit is contained in:
Omair Saleh
2023-05-19 17:21:36 +08:00
parent 42d59b5a0e
commit 1ede3edc08
13 changed files with 388 additions and 181 deletions
@@ -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);