Assuming that this is also valid for nuBuilder Forte, I wonder why the PK length should be 25 although all (automatically generated) PK keys are only 15 characters in length.We suggest the PK should be a varchar(25), as it will automatically be populated by nuBuilderPro using a nuBuilder function called nuID() (when filled out as below), unless the PK is an auto-incrementing number.
If a varchar(25) is used for the PK instead of a number it allows for better use of certain hash variables such as #nu_browse_filter#.
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
PK length
PK length
I found this article: "Recommended Table Structure": https://wiki.nubuilder.net/nubuilderv3/ ... _Structure