smallnest / gen

Converts a database into gorm structs and RESTful api
Apache License 2.0
1.43k stars 233 forks source link

how to ignore specific columns, aka `gorm:"-"` #160

Open thanhchungbtc opened 3 years ago

thanhchungbtc commented 3 years ago

Some columns like generated (virtual) columns should not be tagged. How to ignore them?