join abstract method
Implementation
QueryBuilder join(
String table,
String firstColumn, [
String? operator,
String? secondColumn,
String type = 'inner',
bool where = false,
]);
QueryBuilder join(
String table,
String firstColumn, [
String? operator,
String? secondColumn,
String type = 'inner',
bool where = false,
]);