Skip to content

Commit

Permalink
Correct default for form_attributes.required, refs rUSHd5244b4486c9
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody Gilk committed Dec 15, 2014
1 parent 12d7a5f commit f58bbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/20140716082651_initial.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function change()
'default' => 'varchar',
'comment' => 'decimal, int, geometry, text, varchar, point',
])
->addColumn('required', 'boolean', ['default' => true])
->addColumn('required', 'boolean', ['default' => false])
->addColumn('default', 'string', [
'limit' => 150,
'null' => true,
Expand Down

0 comments on commit f58bbd8

Please sign in to comment.