mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 15:05:45 +00:00
FIX BigIng bug with default clause
This commit is contained in:
parent
f2ba2f6717
commit
d3d2875012
@ -1112,7 +1112,7 @@ class PostgreSQLSchemaManager extends DBSchemaManager
|
||||
*/
|
||||
public function bigint($values)
|
||||
{
|
||||
return "bigint default" . (int)$values['default'];
|
||||
return "bigint default " . (int)$values['default'];
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user