[Changed] Data Type for nuAutoNumber Field
Posted: Fri May 17, 2024 10:05 am
There is an update regarding the nuAutoNumber field. The data type for nuAutoNumber has been changed from BIGINT to VARCHAR(15).
This enhancement allows for the use of autonumbers with a customisable prefix.
For example, in a customer table, you can now use a prefix such as "CUS", resulting in autonumbers being populated as CUS1, CUS2, CUS3, and so on.
This enhancement allows for the use of autonumbers with a customisable prefix.
For example, in a customer table, you can now use a prefix such as "CUS", resulting in autonumbers being populated as CUS1, CUS2, CUS3, and so on.