jmoiron / modl

golang database modelling library
MIT License
480 stars 48 forks source link

No support for unsigned int types in autoincrement field #47

Closed stxml closed 7 years ago

stxml commented 8 years ago

Gorp supports all unsigned int types for autoincrement. Modl does not. Was this added after the fork, or by design?