Expand description
Schema diff engine.
Compares two YAuthSchema snapshots (previous plugins vs current)
and produces incremental SQL operations.
Enums§
- Schema
Change - A single schema change operation.
Functions§
- format_
sql_ diff - Format a text diff of two SQL strings for display.
- render_
changes_ sql - Render schema changes as SQL for the given dialect.
- schema_
diff - Compute the diff between two schemas.