Files
expense/', 'budget_control.cabang_id', '=', 'cabangs.id')
root 1c1418f3e0
Deploy to VPS (PAT over HTTPS) / deploy (push) Has been cancelled
Initial commit - expense
2026-06-01 15:01:03 +07:00

2.4 KiB

= Illuminate\Database\Query\Builder {#6493
+connection: Illuminate\Database\MySqlConnection {#6495},
+grammar: Illuminate\Database\Query\Grammars\MySqlGrammar {#6477},
+processor: Illuminate\Database\Query\Processors\MySqlProcessor {#6476},
+bindings: [
"select" => [],
"from" => [],
"join" => [],
"where" => [],
"groupBy" => [],
"having" => [],
"order" => [],
"union" => [],
"unionOrder" => [],
],
+aggregate: null,
+columns: null,
+distinct: false,
+from: "budget_control",
+indexHint: null,
+joins: null,
+wheres: [],
+groups: null,
+havings: null,
+orders: null,
+limit: null,
+groupLimit: null,
+offset: null,
+unions: null,
+unionLimit: null,
+unionOffset: null,
+unionOrders: null,
+lock: null,
+beforeQueryCallbacks: [],
+operators: [
"=",
"<",
">",
"<=",
">=",
"<>",
"!=",
"<=>",
"like",
"like binary",
"not like",
"ilike",
"&",
"|",
"^",
"<<",
">>",
"&~",
"is",
"is not",
"rlike",
"not rlike",
"regexp",
"not regexp",
"~",
"~*",
"!~",
"!~*",
"similar to",
"not similar to",
"not ilike",
"~~*",
"!~~*",
],
+bitwiseOperators: [
"&",
"|",
"^",
"<<",
">>",
"&~",
],
+useWritePdo: false,
}