orWhere()

Usage

Same as where usage just with "or" condition

Typescript Declarations

function orWhere(
field: WherePrimaryClosure | string,
value?: WhereSecondaryClosure | any,
): Query