static Future<bool> anyExist({String? connection}) => Model.anyExist<$OrmMigrationRecord>(connection: connection);