Unsigned only supported by MySQL.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
@@ -91,7 +91,7 @@ class SQLite extends Grammar {
|
||||
// types to the types used by the database.
|
||||
$sql = $this->wrap($column).' '.$this->type($column);
|
||||
|
||||
$elements = array('unsigned', 'nullable', 'defaults', 'incrementer');
|
||||
$elements = array('nullable', 'defaults', 'incrementer');
|
||||
|
||||
foreach ($elements as $element)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user