diff --git a/development/database/_index.md b/development/database/_index.md index 7da3c30c26..7239ef7774 100644 --- a/development/database/_index.md +++ b/development/database/_index.md @@ -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