public SQLSchemaPlan( dialectName as String, modelFingerprint as String, operations as IList<SchemaOperation> ):
Creates an immutable SQL schema plan.
| Parameter | Description |
|---|---|
dialectName | Exact configured SQL dialect. |
modelFingerprint | Mapping-model fingerprint. |
operations | Ordered DDL operations. |
plan = SQLSchemaPlan("mariadb", "model-hash", [])