orWhere()
Usage
Same as where usage just with "or" condition
Typescript Declarations
function orWhere(  field: WherePrimaryClosure | string,  value?: WhereSecondaryClosure | any,): QueryorWhere()Same as where usage just with "or" condition
function orWhere(  field: WherePrimaryClosure | string,  value?: WhereSecondaryClosure | any,): Query