Schema Change Architecture Decision Record
Document the why, what, and how of any database schema change. Generate a Markdown ADR your team can commit to version control and reference during incident response.
1. Decision overview
2. Context and scope
3. Decision and rationale
4. Risk and rollback
5. Consequences and alternatives
6. Implementation
๐ Turn this ADR into action
- Generate the schema diff and migration SQL for this change in the SchemaLens app.
- Run schema diff checks automatically on every PR with the SchemaLens GitHub Action.
- Generate a matching policy, request, and runbook from the schema change toolkit.