We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d32daa commit 16ebd6fCopy full SHA for 16ebd6f
database/postgis/spec.go
@@ -56,7 +56,7 @@ func (spec *TableSpec) CreateTableSQL() string {
56
cols := []string{}
57
if !foundIDCol {
58
// Create explicit id column only if there is no id configured.
59
- cols = append(cols, "id SERIAL")
+ cols = append(cols, "id BIGSERIAL")
60
pkCols = append(pkCols, "id")
61
}
62
0 commit comments