1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-23 21:44:44 +02:00
Files
woodpecker/docs/versioned_docs/version-2.7/92-development/06-conventions.md
2024-07-18 14:57:03 +02:00

152 B

Conventions

Database naming

Database tables are named plural, columns don't have any prefix.

Example: Table name agent, columns id, name.