applySchemaPlan abstract method

Future<void> applySchemaPlan(
  1. SchemaPlan plan
)

Executes the given plan, typically inside a transaction when supported.

Implementation

Future<void> applySchemaPlan(SchemaPlan plan);