mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
change columntype to text
This commit is contained in:
parent
27d105d6ff
commit
39cb03c8e2
@ -17,7 +17,7 @@ return new class extends Migration {
|
|||||||
|
|
||||||
// FIX: used column transaction_id was int and resulted in wrong value in field
|
// FIX: used column transaction_id was int and resulted in wrong value in field
|
||||||
Schema::table('bank_transactions', function (Blueprint $table) {
|
Schema::table('bank_transactions', function (Blueprint $table) {
|
||||||
$table->string('nordigen_transaction_id')->nullable();
|
$table->text('nordigen_transaction_id')->nullable();
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user