Table of Contents

Enum SchemaSyncStatus

Namespace
CL.MySQL2.Services
Assembly
CL.MySQL2.dll

Reconciliation status recorded per table in __schema_state.

public enum SchemaSyncStatus

Fields

DriftPending = 1

Additive (Production) sync was applied but a destructive change (column/index/FK drop) was required and deferred. A Migration pass will complete it.

Synced = 0

The live table fully matches the model — no outstanding work.