Data Dictionary
Shared tables and views used across more than one workflow. Tables unique to a single workflow are documented inline in that workflow's own file instead.
Add a new ## section per table/view, in alphabetical order, so it's easy to scan.
<table_name>
Used by workflows: link(s) to docs/workflows/*.md
Purpose: one or two lines.
| Column | Type | Use |
|---|---|---|
column_name |
TYPE | Description |
Notes: indexes, constraints, gotchas worth knowing.