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