where static method
Implementation
static Query<$OrmMigrationRecord> where(
String column,
String operator,
dynamic value, {
String? connection,
}) => Model.where<$OrmMigrationRecord>(
column,
operator,
value,
connection: connection,
);