Welcome to the nuBuilder Forums!

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

Rules on using primary keys?

Post Reply
nuGent
Posts: 11
Joined: Sat Jan 18, 2014 1:26 pm

Rules on using primary keys?

Unread post by nuGent »

I'm a bit confused about the right approach to defining and using primary keys in nuBuilderPro.
Can I use auto-incrementing integers for all primary keys? If so, is there a catch?
Is varchar() a recommendation or the better option?
If I have a hidden internal client_id PK can I enforce a unique numeric or alphanumeric business-side client_ref with a unique index?
Any other pearls of wisdom gratefully received.

Regards
John
admin
Site Admin
Posts: 2815
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Rules on using primary keys?

Unread post by admin »

John,

We strongly suggest using varchar(25) for all Primary Keys.

Here are some reasons.. http://nubuilder.blogspot.com.au/2010_0 ... chive.html

nuBuilder will automatically populate PKs.

Steven
Post Reply