At the beginning I selected a FLOAT type, then I modify the validation rule, to work as a decimal (11, 7).
I saw on the SQL file generated, it was generated a decimal (10,2), so I thought the jcook builder recognized my will
and it generated a decimal field, but the precision, scale was wrong.
So I made the post.
Then you pointed me to the fact I did a mistake chosing the FLOAT, but I should have choosen a DECIMAL type, otherwise the precision, scale options will not appear.
so my thoughts are:
1) if the jcook generated a decimal field instead of the initial float field, why didn't jcook generate a correct precision, scale (decimal(11,7))?
2) IF jcook wasn't supposted to generate a decimal field from an initially choosen FLOAT field type, why did it generate a decimal?
I hope my explanation is enough understandable.
I found out, it was my mistake!
the Jcook is working correctly on the table field creation. I just exchanged the files I was comparing. I apologize.