Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion development/database/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before PrestaShop 9 and by default, PrestaShop’s database tables start with th

Since PrestaShop 9, prefix is randomized by default.

All table names are in lowercase, and words are separated with an underscore character (“_”):
All table and column names use snake case: lowercase letters only, with words separated by underscores (“_”). For example:

* ps_employee
* ps_manufacturer
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jf-viguier
We could also add two examples for the fields:

E.g.:
id_employee
imanufacturer

Expand Down
Loading