schema_detect_drift
Detect schema drift by comparing ORM model definitions against migration files. Pinpoint mismatches between intended and actual database state.
Instructions
Compare your ORM models/schema definitions against the actual migration state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | ||
| models_path | Yes | Path to model/schema definitions | |
| migrations_path | Yes | Path to migration files directory |