Skip to content

Commit

Permalink
Update 20160324054602_Initial.php
Browse files Browse the repository at this point in the history
When created new, modified have to = null
  • Loading branch information
anhtuank7c committed Mar 24, 2016
1 parent 727b7a0 commit fba6ee8
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 fba6ee8

Please sign in to comment.