mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-13 02:12:39 +00:00
Enddate can be NULL.
This commit is contained in:
@@ -32,7 +32,7 @@ class CreateRemindersTable extends Migration
|
|||||||
$table->integer('recurring_transaction_id')->unsigned()->nullable();
|
$table->integer('recurring_transaction_id')->unsigned()->nullable();
|
||||||
$table->integer('user_id')->unsigned();
|
$table->integer('user_id')->unsigned();
|
||||||
$table->date('startdate');
|
$table->date('startdate');
|
||||||
$table->date('enddate');
|
$table->date('enddate')->nullable();
|
||||||
$table->boolean('active');
|
$table->boolean('active');
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user