Schema changes are plans you review, apply, and roll back — never a one-way migration you run and pray over.
Describe the change. Sharefyio computes a plan with affected-record counts before anything runs.
Inspect the diff. Destructive operations (drops, type narrowing) are gated behind an approval queue.
Execute atomically against Postgres or NoSQL — metadata and content stay in sync.
Every apply is reversible: field, index, and destructive-collection snapshots restore cleanly.