mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-14 10:25:15 +00:00
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com> Co-authored-by: qwerty287 <qwerty287@posteo.de> Co-authored-by: Robert Kaussow <mail@thegeeklab.de> Co-authored-by: Anbraten <anton@ju60.de> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
152 B
152 B
Conventions
Database naming
Database tables are named plural, columns don't have any prefix.
Example: Table name agent
, columns id
, name
.