Generated file. Re-runDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
npm run db:docs:generate:prod to refresh.
- Generated at:
<GENERATED_AT> - Source:
config/reports.json(remote-catalog) - Environment: prod
- Supabase project:
<SUPABASE_PROJECT_ID>
Foreign-Key Coverage Summary
- Tables with at least one FK: 865
- Tables without FK metadata in source: 18
- Foreign keys documented: 3920
- Detailed table-level inventory is intentionally redacted in repository docs.
- Authorized users can retrieve the complete FK inventory from protected CI artifacts.
Foreign Keys (Redacted)
| Table | Constraint | Columns | References | On Update | On Delete |
|---|---|---|---|---|---|
public.<TABLE_NAME> | <CONSTRAINT_NAME> | <FK_COLUMN> | public.<REF_TABLE>(id) | a | n |
a=NO ACTION, c=CASCADE, n=SET NULL, r=RESTRICT.
- Internal note: full production FK inventories must remain in access-controlled artifacts, not repository markdown.
Notes
- This report summarizes available FK metadata. Use
npm run db:check:fk-indexesand architecture audits for migration-time and boundary validation. - If source data is
migration-inventory, FK metadata is unavailable (n/a).