Merge branch 'refs/heads/master' into develop

This commit is contained in:
Taylor Otwell 2012-03-07 14:13:01 -06:00
commit 6f7780a0f8
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ protected function columns(Table $table)
*/
protected function nullable(Table $table, Fluent $column)
{
return ($column->nullable) ? ' NULL' : ' NOT NULL';
return ' NULL';
}
/**