mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 20:38:57 +00:00
First attempt at an import/migration procedure.
This commit is contained in:
@@ -19,6 +19,7 @@ class CreateTransactionJournalsTable extends Migration {
|
||||
$table->integer('transaction_type_id')->unsigned();
|
||||
$table->integer('transaction_currency_id')->unsigned();
|
||||
$table->string('description',255)->nullable();
|
||||
$table->boolean('completed');
|
||||
$table->date('date');
|
||||
|
||||
// connect transaction journals to transaction types
|
||||
|
||||
Reference in New Issue
Block a user