diff --git a/database/migrations/2018_02_08_002658_create_notables.php b/database/migrations/2018_02_08_002658_create_notables.php index 509bd8b..462c4bc 100644 --- a/database/migrations/2018_02_08_002658_create_notables.php +++ b/database/migrations/2018_02_08_002658_create_notables.php @@ -17,7 +17,7 @@ public function up() Schema::create($tableName, function (Blueprint $table) { $table->bigIncrements('id'); - $table->timestamps(); + $table->timestamps(6); $table->bigInteger('note_id')->unsigned();