public apply(plan as SchemaPlan) as Void:
Applies a plan produced for the current immutable factory model.
Provider and model fingerprints are verified before the first command.
| Parameter | Description |
|---|---|
plan | Plan returned by diff(). |
plan = schema.diff() if not plan.empty: schema.apply(plan)