Been wondering how to implement a numeric datatype in ad_form of say 5 decimal places (eg. numeric(7,5) as defined for the postgres table).
Been searching all the ad_form docs but cant seem to figure it out..
Thanks in advance
do you "need" the new datatype or could you just rely on a -validate clause to enforce the numeric(7,5) format?
-validate
numeric(7,5)