]> BookStack Code Mirror - bookstack/blobdiff - database/migrations/2014_10_12_000000_create_users_table.php
Started work on user profile pages
[bookstack] / database / migrations / 2014_10_12_000000_create_users_table.php
index aa6cfee42c2a53d29a0ecb2b1f02bf947104e85e..5e060006e5c837f7e34ab79b0d2edbd92c83cec2 100644 (file)
@@ -18,7 +18,7 @@ class CreateUsersTable extends Migration
             $table->string('email')->unique();
             $table->string('password', 60);
             $table->rememberToken();
-            $table->timestamps();
+            $table->nullableTimestamps();
         });
 
         \BookStack\User::forceCreate([