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.
1 parent 5a08eea commit 503e3beCopy full SHA for 503e3be
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