santhoshsrg
02-05-2019
Hi,
How to create a 64 bit integer field for custom schema
ramon_bisswange
Employee
in the schema, just define type="int64" for the attribute
Venu_Reddy
MVP
Hello Santhosh,
Eg:
<attribute label="Identifier" name="b-id" sqlname="iId" type="int64"/>
Regards,
Venu