orWhereJsonLength abstract method
OR WHERE JSON_LENGTH(column, path) operator value
Implementation
QueryBuilderInterface<T> orWhereJsonLength(
String column,
String operator,
int length, [
String? path,
]);
OR WHERE JSON_LENGTH(column, path) operator value
QueryBuilderInterface<T> orWhereJsonLength(
String column,
String operator,
int length, [
String? path,
]);