matthewmueller / pogo

Type-safe Database Client for Go. Supports PostgreSQL and SQLite.
MIT License
6 stars 0 forks source link

enum should singularize all parts of the table #10

Closed matthewmueller closed 6 years ago

matthewmueller commented 6 years ago

Expected:

standups_users => enum.StandupUserStatusInvited

Actual:

standups_users => enum.StandupsUserStatusInvited
matthewmueller commented 6 years ago

this was my bad haha