We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd6ecd4 + 503e3be commit eef67e7Copy full SHA for eef67e7
generator/migration.go
@@ -196,7 +196,7 @@ const (
196
IntegerColumn ColumnType = "integer"
197
BigIntColumn ColumnType = "bigint"
198
RealColumn ColumnType = "real"
199
- DoubleColumn ColumnType = "double"
+ DoubleColumn ColumnType = "double precision"
200
SmallSerialColumn ColumnType = "smallserial"
201
SerialColumn ColumnType = "serial"
202
BigSerialColumn ColumnType = "bigserial"
0 commit comments