Files
woodpecker/docs/versioned_docs/version-3.13/92-development/06-conventions.md
2026-03-30 14:18:27 +02:00

8 lines
180 B
Markdown

# Conventions
## Database naming
Database tables are named plural, columns don't have any prefix.
Example: Model name `Agent` with table name `agents` and columns `id`, `name`.