orWhereJsonLength abstract method

QueryBuilderInterface<T> orWhereJsonLength(
  1. String column,
  2. String operator,
  3. int length, [
  4. String? path,
])

OR WHERE JSON_LENGTH(column, path) operator value

Implementation

QueryBuilderInterface<T> orWhereJsonLength(
  String column,
  String operator,
  int length, [
  String? path,
]);