public SchemaPlan( providerName as String, modelFingerprint as String, operations as IList<SchemaOperation> ):
Creates an immutable schema plan.
| Parameter | Description |
|---|---|
providerName | Stable provider family. |
modelFingerprint | Mapping model fingerprint. |
operations | Ordered schema operations. |
plan = SchemaPlan("memory", "model-hash", [])
assert plan.empty