Allow int 64 default ID

3
Voted

Given the fact that Lightspeed has one auto increment counter, as compared to one per table, if one expects more than 2,000,000,000 or 2 billion records over the life of the application, setting the ID field for each table is redundant. You either need to have every entity be 32 bit integer, or every entity be 64 bit integer.

Please allow global setting of ID as Int32 or Int 64, in addition to any other choices.

Status: New