Hello @Santosh_Srinivas
I can see there is another missing transformation on column Land Consumption (ton/acre)
It should be:
'Land Consumption (ton/acre)': {
type: DataTypes.DOUBLE,
},
Can you update it and tell me if it works?
We also released a new version of lumber
for addressing the issue with column name having parenthesis.
You could try regenerating your project to see how the models files are generated.
I think it will help