Skip to content

Commit 0048a86

Browse files
authored
Merge pull request PrestaShop#2147 from jf-viguier/snake-case-columns
Update database naming convention with snake case to columns too
2 parents b9f3d5e + d7d2e50 commit 0048a86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

development/database/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Before PrestaShop 9 and by default, PrestaShop’s database tables start with th
1212

1313
Since PrestaShop 9, prefix is randomized by default.
1414

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

1717
* ps_employee
1818
* ps_manufacturer

0 commit comments

Comments
 (0)