Home Documentation Download Pricing Buy Now

[Tip] What is the AI feature (and PK, FK, AI, NN and UQ)?

0 votes

in the entity definition one of the feature for any field is "AI" . What is it's performance?

asked Apr 24, 2013 in How To & Manuals by anonymous
edited Nov 18, 2013 by Martin Freki Stradej

1 Answer

0 votes
 
Best answer

Hi,

by all of these switches you can control some field behavior. As you can see in attached image, the meaning of these shortcuts is following:

PK - Primary Key. By this checkbox you can control if selected field will be exported as a primary key
FK - Foreign Key. This checbox is read-only and symbolizes that the field is used by any association as owner field
AI - Auto Increment. This checkbox sets if the specified field will be marked as Auto-Increment. It's useful only for primary keys.
NN - Not NULL. By this checkbox you tell ORM Designer to export NotNull constraint to this field.
UQ - Unique. Similar to NotNull, by this checkbox you tell ORM Designer to export a Unique constraint.

ORM Designer field editor

answered Apr 24, 2013 by ludek.vodicka Skipper developer (140,530 points)
...