You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-11-23 21:44:44 +02:00
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`.
|