Merge branch 'refs/heads/master' into develop
This commit is contained in:
commit
6f7780a0f8
|
@ -113,7 +113,7 @@ protected function columns(Table $table)
|
||||||
*/
|
*/
|
||||||
protected function nullable(Table $table, Fluent $column)
|
protected function nullable(Table $table, Fluent $column)
|
||||||
{
|
{
|
||||||
return ($column->nullable) ? ' NULL' : ' NOT NULL';
|
return ' NULL';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue