fix #182 - SQLite issue on /get_started

This commit is contained in:
Hillel Coren 2014-10-20 22:16:21 +03:00
parent f6e18f0e45
commit 2ea08cd3df

View File

@ -135,7 +135,7 @@ class ConfideSetupUsersTable extends Migration {
$t->string('name')->nullable();
$t->string('ip');
$t->string('account_key')->unique();
$t->timestamp('last_login');
$t->timestamp('last_login')->nullable();
$t->string('address1')->nullable();
$t->string('address2')->nullable();