mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-02 06:41:18 +00:00
7 lines
152 B
Markdown
7 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`.
|