Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

Create a 64 bit integer field for custom schema

Avatar

Level 4

Hi,

How to create a 64 bit integer field for custom schema

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi,

in the schema, just define  type="int64" for the attribute

2 Replies

Avatar

Correct answer by
Employee Advisor

Hi,

in the schema, just define  type="int64" for the attribute

Avatar

Community Advisor

Hello Santhosh,

Eg:

<attribute label="Identifier" name="b-id" sqlname="iId"  type="int64"/>

Regards,

Venu