Skip to content

Commit

Permalink
answer default null
Browse files Browse the repository at this point in the history
  • Loading branch information
noumo committed Jul 2, 2015
1 parent 50dcca1 commit 35d3267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/m000000_000000_install.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public function up()
'name' => Schema::TYPE_STRING . '(128) NOT NULL',
'title' => Schema::TYPE_STRING . '(128) DEFAULT NULL',
'text' => Schema::TYPE_TEXT . ' NOT NULL',
'answer' => Schema::TYPE_TEXT . ' NOT NULL',
'answer' => Schema::TYPE_TEXT . ' DEFAULT NULL',
'email' => Schema::TYPE_STRING . '(128) DEFAULT NULL',
'time' => Schema::TYPE_INTEGER . " DEFAULT '0'",
'ip' => Schema::TYPE_STRING . '(16) NOT NULL',
Expand Down

0 comments on commit 35d3267

Please sign in to comment.