Skip to content

Commit

Permalink
Merge pull request #11 from anhtuank7c/patch-2
Browse files Browse the repository at this point in the history
Update 20160324054602_Initial.php
  • Loading branch information
lorenzo committed Mar 24, 2016
2 parents 727b7a0 + fba6ee8 commit cf347ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/Migrations/20160324054602_Initial.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function up()
->addColumn('modified', 'datetime', [
'default' => null,
'limit' => null,
'null' => false,
'null' => true,
])
->create();
}
Expand Down

0 comments on commit cf347ca

Please sign in to comment.