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