We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bcb04 commit e392fa7Copy full SHA for e392fa7
app/database/migrations/2013_11_14_125340_CreatePostTable.php
@@ -14,9 +14,7 @@ public function up()
14
$table->string("title_nl");
15
$table->text("content_en");
16
$table->text("content_nl");
17
- $table->dateTime("created_at");
18
- $table->dateTime("updated_at");
19
- $table->dateTime("deleted_at");
+ $table->timestamps();
20
});
21
}
22
0 commit comments