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