Migration down - rollback schema
@override Future<void> down() async { if (onDown != null) { await onDown!(connection, schemaManager); } }