mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #1066
This commit is contained in:
parent
a14ae02c27
commit
5ba03bd222
@ -160,7 +160,7 @@ class CreateSupportTables extends Migration
|
||||
// straight from laravel
|
||||
$table->string('email')->index();
|
||||
$table->string('token')->index();
|
||||
$table->timestamp('created_at');
|
||||
$table->timestamp('created_at')->nullable();
|
||||
}
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user