Skip to content

Commit

Permalink
Merge pull request paperwork#631 from Liongold/issue-615-proposal
Browse files Browse the repository at this point in the history
Removed timestamps from languages table
  • Loading branch information
Marius committed May 27, 2016
2 parents 63598d7 + b32c775 commit 13163f6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public function up()
Schema::create('languages', function (Blueprint $table) {
$table->char('id', 36)->default(null)->primary();
$table->char('language_code', 7);
$table->timestamps();
$table->softDeletes();
$table->engine = 'InnoDB';
});
Expand Down

0 comments on commit 13163f6

Please sign in to comment.