Skip to content

Commit

Permalink
Merge pull request #42 from ricleal-fugue/feature-uuid
Browse files Browse the repository at this point in the history
Cope with UUIDs column type
  • Loading branch information
fraenky8 authored Jun 13, 2022
2 parents 46fe150 + c7f936f commit 39b3c02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/database/postgresql.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func (pg *Postgresql) GetStringDatatypes() []string {
"varchar",
"character",
"char",
"uuid",
}
}

Expand Down

0 comments on commit 39b3c02

Please sign in to comment.