From d7d2e5093ff3ad076abc1c8b7b063943ff55d7bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Viguier?= <16720275+jf-viguier@users.noreply.github.com> Date: Fri, 29 May 2026 12:36:29 +0200 Subject: [PATCH] Update database naming convention with snake case to columns too - Add snake case convention - Extend convention to columns --- development/database/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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