mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-06 06:15:51 +00:00
20 lines
408 B
YAML
20 lines
408 B
YAML
connectionString: "mysql://root@tcp(127.0.0.1:3306)/fleetbase"
|
|
|
|
schema:
|
|
- "fleetbase"
|
|
- "fleetbase_storefront"
|
|
|
|
useAllTables: true
|
|
|
|
showAllConstraints: true
|
|
encloseWithMermaidBackticks: false
|
|
outputFileName: "fleetbase-db.mmd"
|
|
debug: true
|
|
omitConstraintLabels: true
|
|
omitAttributeKeys: true
|
|
showDescriptions:
|
|
- enumValues
|
|
- columnComments
|
|
- notNull
|
|
showSchemaPrefix: true
|
|
schemaPrefixSeparator: "_" |