laminas / tutorials

Learn how to create laminas-mvc applications, get in-depth guides into components, and discover how to migrate your applications to version 3!
https://docs.laminas.dev/tutorials/
Other
33 stars 37 forks source link

Update database-and-models.md #27

Closed lazaropower closed 4 years ago

lazaropower commented 4 years ago

There is a mistake in the database scheme. Should be 'AUTO_INCREMENT' instead of 'AUTOINCREMENT'

Q A
Documentation yes
Bugfix no
BC Break no
New Feature no
RFC no
QA no

Description

samsonasik commented 4 years ago

The example is using SQLite, so AUTOINCREMENT is already correct.