applySchemaPlan abstract method
Executes the given plan, typically inside a transaction when supported.
Implementation
Future<void> applySchemaPlan(SchemaPlan plan);
Executes the given plan, typically inside a transaction when supported.
Future<void> applySchemaPlan(SchemaPlan plan);