Commit 6f7780a0 authored by Taylor Otwell's avatar Taylor Otwell

Merge branch 'refs/heads/master' into develop

parents 6535fca3 20f62b5a
...@@ -113,7 +113,7 @@ class SQLite extends Grammar { ...@@ -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';
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment