mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
8 lines
180 B
Markdown
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`.
|