1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/manual/docs/Getting started - Record identifiers - Introduction.php

5 lines
351 B
PHP
Raw Normal View History

2006-08-08 13:07:55 +04:00
Doctrine supports many kind of identifiers. For most cases it is recommended not to
specify any primary keys (Doctrine will then use field name 'id' as an autoincremented
primary key). When using table creation Doctrine is smart enough to emulate the
autoincrementation with sequences and triggers on databases that doesn't support it natively.