Enum SchemaSyncStatus
Reconciliation status recorded per table in __schema_state.
public enum SchemaSyncStatus
Fields
DriftPending = 1Additive (Production) sync was applied but a destructive change (column/index/FK drop) was required and deferred. A Migration pass will complete it.
Synced = 0The live table fully matches the model — no outstanding work.