On this page we would like to publish some tips that make our work easier every day in our projects. These tips are the result of our project experience.
Naming conventions
Table names
Recommended naming conventions for table names: Simple data tables, master-detail tables (1:n), many-to-many relation tables (n:m) + some extra tips
Column names
Recommended naming conventions for columns: primary key columns (id), normal columns, foreign key columns, lookups and autofills.