mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
8 lines
152 B
Markdown
8 lines
152 B
Markdown
# Conventions
|
|
|
|
## Database naming
|
|
|
|
Database tables are named plural, columns don't have any prefix.
|
|
|
|
Example: Table name `agent`, columns `id`, `name`.
|