Instance Method
prepare(on:)
func prepare(on database: any Database) async throws
Default Implementations
AsyncMigration Implementations
func prepare(on: any Database) -> EventLoopFuture<Void>Called when a migration is executed.
Instance Method
func prepare(on database: any Database) async throws
func prepare(on: any Database) -> EventLoopFuture<Void>