]> BookStack Code Mirror - bookstack/blobdiff - database/migrations/2015_07_27_172342_create_chapters_table.php
Started work on user profile pages
[bookstack] / database / migrations / 2015_07_27_172342_create_chapters_table.php
index 5467e63f26c5cba15dfa85d0dbecf8fb9b8e2c40..7974759f26e343f2c75051917ecbfa85324930cd 100644 (file)
@@ -19,7 +19,7 @@ class CreateChaptersTable extends Migration
             $table->text('name');
             $table->text('description');
             $table->integer('priority');
-            $table->timestamps();
+            $table->nullableTimestamps();
         });
     }