Merge branch 'refs/heads/master' into develop
This commit is contained in:
@@ -113,7 +113,7 @@ class SQLite extends Grammar {
|
|||||||
*/
|
*/
|
||||||
protected function nullable(Table $table, Fluent $column)
|
protected function nullable(Table $table, Fluent $column)
|
||||||
{
|
{
|
||||||
return ($column->nullable) ? ' NULL' : ' NOT NULL';
|
return ' NULL';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user