1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/manual/docs/Object relational mapping - Record identifiers - Natural.php

3 lines
249 B
PHP
Raw Normal View History

2006-09-29 14:58:38 +04:00
Natural identifier is a property or combination of properties that is unique and non-null. The use of natural identifiers
is discouraged. You should consider using autoincremented or sequential primary keys as they make your system more scalable.