Skip to content

Commit

Permalink
Merge pull request #169 from erizocosmico/fix/double-col
Browse files Browse the repository at this point in the history
double -> double precision in schema generation
  • Loading branch information
Miguel Molina committed Jun 7, 2017
2 parents bd6ecd4 + 503e3be commit eef67e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/migration.go
Expand Up @@ -196,7 +196,7 @@ const (
IntegerColumn ColumnType = "integer"
BigIntColumn ColumnType = "bigint"
RealColumn ColumnType = "real"
DoubleColumn ColumnType = "double"
DoubleColumn ColumnType = "double precision"
SmallSerialColumn ColumnType = "smallserial"
SerialColumn ColumnType = "serial"
BigSerialColumn ColumnType = "bigserial"
Expand Down

0 comments on commit eef67e7

Please sign in to comment.