Dear Lukas,

thanks. it's working. and here is my suggestion. 

(1)  I also need to  exclude the column matching the forced-type.

the enum column that I force is generating to a custom Enum class. 
But the original enum class is still generated. That original one is unused 
any more, 
So I tried to exclude it. 

for example:
generator.database.excludes=T_BOOLEANS\.Y_N_UC


my feedback is ~

maybe the enum column could be excluded automatically when it'd be forced.


(2) naming convention is changed.

For example:

generator.database.enum-type.MyPriorityLevel="Low","Normal", "High"

my expected Enum Name is "MyPriorityLevel"

but the enum name is generated to be "Myprioritylevel"

My feedback is

Could the custom enum typ keep User's naming convention?


Thanks.

-Pay.







Reply via email to