Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

[Changed] Data Type for nuAutoNumber Field

Information about updates, news, Code Library
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

[Changed] Data Type for nuAutoNumber Field

Unread post by admin »

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.
Post Reply