Schema Changes
Monitors real-time changes in your database schema, alerting you to critical modifications such as deleted tables, added or removed columns, and changes in column data types.
Schema Changes From Baseline
Compares your current schema against a predefined baseline, allowing you to track deviations from an expected schema configuration over time.
Why Use Schema Tests?
- Catch Breaking Changes: Identify schema modifications that could break downstream processes.
- Maintain Data Consistency: Ensure that your data structures remain consistent with your expectations and documentation.
- Streamline Development: Easily track schema changes across different environments or over time.