Hello guys,
I've been using hbtools for a while and adapted hundreds of new templates for the needs of the projects I've been getting. Now there's a thing I can't do with hbtools, I have the following scenario:
- A custom name strategy for our needs
- Custom templates for create enumtypes when needed instead of creating two entities
Our database has check constraints on fields that should be enums, eg. a YesNoEnum is generated from field that is identified as a enum and it has a check as 'Y', 'N'.
The final step is to be able to read this constraint and generate the values of the enum, is it possible?