|ActivityCrf whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf whereSector($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf whereWsCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf whereGwpCo2($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf whereGwpCh4($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf whereGwpN2O($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf whereCo2($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf whereCh4($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf whereN2O($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf whereCo2Eq($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf isActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityCrf query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ActivityCrf extends \App\Models\SigdModel { // } /** * App\Models\SigdModel * * @method static \Illuminate\Database\Eloquent\Builder|SigdModel rowActive() * @method static \Illuminate\Database\Eloquent\Builder|SigdModel isActive() * @method static \Illuminate\Database\Eloquent\Builder|SigdModel orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|SigdModel newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|SigdModel newQuery() * @method static \Illuminate\Database\Eloquent\Builder|SigdModel query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class SigdModel extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ActivityGpcOutput * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property float|null $gpc_basic * @property float|null $credits_vi * @property float|null $credits_v * @property float|null $credits_iv * @property float|null $credits_iii * @property float|null $credits_ii * @property float|null $credits_i * @property float|null $vi_1 * @property float|null $v_3 * @property float|null $v_2 * @property float|null $v_1 * @property float|null $iv_2 * @property float|null $iv_1 * @property float|null $iii_4_3 * @property float|null $iii_4_2 * @property float|null $iii_4_1 * @property float|null $iii_3_3 * @property float|null $iii_3_2 * @property float|null $iii_3_1 * @property float|null $iii_2_3 * @property float|null $iii_2_2 * @property float|null $iii_2_1 * @property float|null $iii_1_3 * @property float|null $iii_1_2 * @property float|null $iii_1_1 * @property float|null $ii_5_3 * @property float|null $ii_5_2 * @property float|null $ii_5_1 * @property float|null $ii_4_3 * @property float|null $ii_4_2 * @property float|null $ii_4_1 * @property float|null $ii_3_3 * @property float|null $ii_3_2 * @property float|null $ii_3_1 * @property float|null $ii_2_3 * @property float|null $ii_2_2 * @property float|null $ii_2_1 * @property float|null $ii_1_3 * @property float|null $ii_1_2 * @property float|null $ii_1_1 * @property float|null $i_8_1 * @property float|null $i_7_1 * @property float|null $i_6_3 * @property float|null $i_6_2 * @property float|null $i_6_1 * @property float|null $i_5_3 * @property float|null $i_5_2 * @property float|null $i_5_1 * @property float|null $i_4_4 * @property float|null $i_4_3 * @property float|null $i_4_2 * @property float|null $i_4_1 * @property float|null $i_3_3 * @property float|null $i_3_2 * @property float|null $i_3_1 * @property float|null $i_2_3 * @property float|null $i_2_2 * @property float|null $i_2_1 * @property float|null $i_1_3 * @property float|null $i_1_2 * @property float|null $i_1_1 * @property float $gdp * @property float $area * @property float $population * @property string $activity_year * @property string $inventory_year * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput wherePopulation($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereArea($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereGdp($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI11($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI12($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI13($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI21($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI22($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI23($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI31($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI32($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI33($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI41($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI42($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI43($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI44($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI51($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI52($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI53($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI61($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI62($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI63($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI71($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereI81($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIi11($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIi12($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIi13($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIi21($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIi22($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIi23($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIi31($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIi32($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIi33($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIi41($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIi42($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIi43($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIi51($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIi52($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIi53($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIii11($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIii12($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIii13($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIii21($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIii22($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIii23($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIii31($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIii32($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIii33($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIii41($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIii42($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIii43($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIv1($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereIv2($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereV1($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereV2($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereV3($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereVi1($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereCreditsI($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereCreditsIi($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereCreditsIii($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereCreditsIv($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereCreditsV($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereCreditsVi($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereGpcBasic($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput isActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpcOutput query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ActivityGpcOutput extends \App\Models\SigdModel { // } /** * App\Models\ActivityGpc * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property float|null $co2eq * @property float|null $n2o * @property float|null $ch4 * @property float|null $co2 * @property float|null $gwp_n2o * @property float|null $gwp_ch4 * @property float|null $gwp_co2 * @property string $gpc_code * @property string $sector * @property string $activity_year * @property string $inventory_year * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc whereSector($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc whereGpcCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc whereGwpCo2($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc whereGwpCh4($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc whereGwpN2O($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc whereCo2($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc whereCh4($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc whereN2O($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc whereCo2Eq($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc isActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityGpc query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ActivityGpc extends \App\Models\SigdModel { // } /** * App\Models\ActivityApprovalKonsolidasi * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $status * @property string $agency_id * @property string $inventory_year * @property string $form_code * @property string $form_sector * @property string $form_id * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi whereFormId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi whereFormSector($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi whereFormCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi whereAgencyId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi isActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityApprovalKonsolidasi query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ActivityApprovalKonsolidasi extends \App\Models\SigdModel { // } /** * App\Models\ActivityCopy * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property \Illuminate\Support\Carbon|null $finished_time * @property \Illuminate\Support\Carbon|null $executed_time * @property int $status * @property string $to_year * @property string $from_year * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|ActivityCopy whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCopy whereFromYear($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCopy whereToYear($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCopy whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCopy whereExecutedTime($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCopy whereFinishedTime($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCopy whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCopy whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCopy whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCopy whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCopy whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityCopy rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityCopy isActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityCopy orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ActivityCopy newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityCopy newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityCopy query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ActivityCopy extends \App\Models\SigdModel { // } /** * App\Models\ActivityDataMitigation * * @property string|null $keterangan * @property string|null $title_group * @property string|null $group_data * @property bool|null $is_required * @property int|null $type_emission_reduction * @property int|null $ad_sequence * @property string|null $question_plus * @property bool|null $is_multiple * @property string|null $list_data * @property string|null $formula * @property string|null $type * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $updated_by * @property string|null $created_by * @property int $sequence * @property string|null $unit * @property string $activity_data * @property string $mitigation_id * @property string $id * @property-read \App\Models\KegiatanMitigasi $kegiatanMitigasi * @property-read \Illuminate\Database\Eloquent\Collection $units * @property-read int|null $units_count * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereMitigationId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereActivityData($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereUnit($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereSequence($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereType($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereFormula($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereListData($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereIsMultiple($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereQuestionPlus($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereAdSequence($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereTypeEmissionReduction($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereIsRequired($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereGroupData($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereTitleGroup($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation whereKeterangan($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigation query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ActivityDataMitigation extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ActivityDataMitigationForm * * @property string|null $category_unit * @property int|null $type_emission_reduction * @property array|null $values_array * @property string $mitigation_id * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $updated_by * @property string|null $created_by * @property int|null $sequence * @property string|null $unit * @property string|null $value * @property string $kegiatan_mitigasi_id * @property int $id * @property-read \App\Models\KegiatanMitigasi $kegiatanMitigasi * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationForm whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationForm whereKegiatanMitigasiId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationForm whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationForm whereUnit($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationForm whereSequence($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationForm whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationForm whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationForm whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationForm whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationForm whereMitigationId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationForm whereValuesArray($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationForm whereTypeEmissionReduction($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationForm whereCategoryUnit($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationForm newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationForm newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationForm query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ActivityDataMitigationForm extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ActivityDataMitigationUnit * * @property string|null $category * @property string $unit * @property string $activity_data_mitigation_id * @property int $id * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationUnit whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationUnit whereActivityDataMitigationId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationUnit whereUnit($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationUnit whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationUnit newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationUnit newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityDataMitigationUnit query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ActivityDataMitigationUnit extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ActivityForm * * @property string|null $agency_id * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property string $lock_status * @property string|null $validated_by * @property string|null $validated_at * @property string $validation_status * @property string|null $verified_by * @property string|null $verified_at * @property string $verification_status * @property string $inventory_year * @property string $form_code * @property string $sector * @property string $id * @property-read \App\Models\SettingForm $form * @property-read \App\Models\Agency $agency * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm whereSector($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm whereFormCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm whereVerificationStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm whereVerifiedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm whereVerifiedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm whereValidationStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm whereValidatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm whereValidatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm whereLockStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm whereAgencyId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm isActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityForm query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ActivityForm extends \App\Models\SigdModel { // } /** * App\Models\ActivityFormMetadata * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property string|null $file_name * @property string|null $description * @property string|null $contact_email * @property string|null $contact_phone * @property string|null $contact_name * @property string|null $published_year * @property string|null $publisher * @property string $name * @property string $form_id * @property string $id * @property-read \App\Models\ActivityForm $form * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata whereFormId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata wherePublisher($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata wherePublishedYear($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata whereContactName($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata whereContactPhone($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata whereContactEmail($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata whereFileName($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata isActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityFormMetadata query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ActivityFormMetadata extends \App\Models\SigdModel { // } /** * App\Models\ActivityLock * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property string $lock_status * @property string $inventory_year * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|ActivityLock whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityLock whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityLock whereLockStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityLock whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityLock whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityLock whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityLock whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityLock whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityLock rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityLock isActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityLock orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ActivityLock newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityLock newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityLock query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ActivityLock extends \App\Models\SigdModel { // } /** * App\Models\ActivityProdusenCalculate * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property \Illuminate\Support\Carbon|null $finished_time * @property \Illuminate\Support\Carbon|null $executed_time * @property int $status * @property string $inventory_year * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|ActivityProdusenCalculate whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityProdusenCalculate whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityProdusenCalculate whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityProdusenCalculate whereExecutedTime($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityProdusenCalculate whereFinishedTime($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityProdusenCalculate whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityProdusenCalculate whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityProdusenCalculate whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityProdusenCalculate whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityProdusenCalculate whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ActivityProdusenCalculate rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityProdusenCalculate isActive() * @method static \Illuminate\Database\Eloquent\Builder|ActivityProdusenCalculate orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ActivityProdusenCalculate newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityProdusenCalculate newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ActivityProdusenCalculate query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ActivityProdusenCalculate extends \App\Models\SigdModel { // } /** * App\Models\Adaptation * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $updated_by * @property string|null $created_by * @property bool $is_active * @property string|null $aksi * @property string|null $jenis_aksi * @property string $kategori_aksi * @property string $sub_sector * @property string $sector * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|Adaptation whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Adaptation whereSector($value) * @method static \Illuminate\Database\Eloquent\Builder|Adaptation whereSubSector($value) * @method static \Illuminate\Database\Eloquent\Builder|Adaptation whereKategoriAksi($value) * @method static \Illuminate\Database\Eloquent\Builder|Adaptation whereJenisAksi($value) * @method static \Illuminate\Database\Eloquent\Builder|Adaptation whereAksi($value) * @method static \Illuminate\Database\Eloquent\Builder|Adaptation whereIsActive($value) * @method static \Illuminate\Database\Eloquent\Builder|Adaptation whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Adaptation whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Adaptation whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Adaptation whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Adaptation newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Adaptation newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Adaptation query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Adaptation extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Agency * * @property int|null $user_group_id * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property string $scope * @property string $name * @property string $id * @property-read \Illuminate\Database\Eloquent\Collection $user * @property-read int|null $user_count * @property-read \App\Models\UserGroup $userGroup * @property-read \Illuminate\Database\Eloquent\Collection $agencyActivity * @property-read int|null $agencyActivity_count * @method static \Illuminate\Database\Eloquent\Builder|Agency whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Agency whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|Agency whereScope($value) * @method static \Illuminate\Database\Eloquent\Builder|Agency whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Agency whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Agency whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Agency whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Agency whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Agency whereUserGroupId($value) * @method static \Illuminate\Database\Eloquent\Builder|Agency rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Agency isActive() * @method static \Illuminate\Database\Eloquent\Builder|Agency orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Agency newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Agency newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Agency query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Agency extends \App\Models\SigdModel { // } /** * App\Models\AgencyActivity * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property string $form_code * @property string $form_sector * @property string $agency_id * @property-read \App\Models\SettingForm $form * @property-read \App\Models\Agency $agency * @method static \Illuminate\Database\Eloquent\Builder|AgencyActivity whereAgencyId($value) * @method static \Illuminate\Database\Eloquent\Builder|AgencyActivity whereFormSector($value) * @method static \Illuminate\Database\Eloquent\Builder|AgencyActivity whereFormCode($value) * @method static \Illuminate\Database\Eloquent\Builder|AgencyActivity whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|AgencyActivity whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|AgencyActivity whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|AgencyActivity whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|AgencyActivity whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|AgencyActivity rowActive() * @method static \Illuminate\Database\Eloquent\Builder|AgencyActivity isActive() * @method static \Illuminate\Database\Eloquent\Builder|AgencyActivity orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|AgencyActivity newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|AgencyActivity newQuery() * @method static \Illuminate\Database\Eloquent\Builder|AgencyActivity query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class AgencyActivity extends \App\Models\SigdModel { // } /** * App\Models\Agriculture3A * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $ch4 * @property float $ef * @property float $num_animal * @property float $ef_proportion * @property float $value * @property string|null $tag_1 * @property string $category * @property string $activity_code * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A whereTag1($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A whereEfProportion($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A whereNumAnimal($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A whereEf($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A whereCh4($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A isActive() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Agriculture3A extends \App\Models\SigdModel { // } /** * App\Models\Agriculture3A2b * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $n2o_d * @property float $ef_mms * @property float $ne_mms * @property float $ef_nitrogen_fraction * @property float $nex * @property float $ef_tam * @property float $ef_excretion_rate * @property float $num_animal * @property float $ef_proportion * @property float $value * @property string|null $tag_2 * @property string|null $tag_1 * @property string $category * @property string $activity_code * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereTag1($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereTag2($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereEfProportion($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereNumAnimal($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereEfExcretionRate($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereEfTam($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereNex($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereEfNitrogenFraction($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereNeMms($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereEfMms($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereN2OD($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b isActive() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3A2b query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Agriculture3A2b extends \App\Models\SigdModel { // } /** * App\Models\Agriculture3C1 * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property float $l_fire_nox * @property float $l_fire_n2o * @property float $l_fire_co * @property float $l_fire_ch4 * @property float $ef_nox * @property float $ef_n2o * @property float $ef_co * @property float $ef_ch4 * @property float $ef_combustion_factor * @property float $m_b * @property float $ef_burnt_fraction * @property float $produktivitas * @property float $luas_panen * @property string $category * @property string $activity_code * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereLuasPanen($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereProduktivitas($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereEfBurntFraction($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereMB($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereEfCombustionFactor($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereEfCh4($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereEfCo($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereEfN2O($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereEfNox($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereLFireCh4($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereLFireCo($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereLFireN2O($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereLFireNox($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 isActive() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C1 query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Agriculture3C1 extends \App\Models\SigdModel { // } /** * App\Models\Agriculture3C3 * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property float $co2_emission * @property float $ef_urea * @property float $urea * @property string $category * @property string $activity_code * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 whereUrea($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 whereEfUrea($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 whereCo2Emission($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 isActive() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C3 query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Agriculture3C3 extends \App\Models\SigdModel { // } /** * App\Models\Agriculture3C4 * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property float $n2o_n_total * @property float $n2o_n_f_cr_flooded_rice * @property float $n2o_n_f_on_flooded_rice * @property float $n2o_n_f_sn_flooded_rice * @property float $n2o_n_f_on_managed_soils * @property float $n2o_n_f_sn_managed_soils * @property float $ef_flooded_rice * @property float $ef_managed_soils * @property float $f_on_dry_land_kg * @property float $f_on_dry_land_tonne * @property float $f_on_dry_land_veg_kg * @property float $f_on_dry_land_veg_tonne * @property float $dry_land_veg * @property float $f_on_dry_land_non_veg_kg * @property float $f_on_dry_land_non_veg_tonne * @property float $dry_land_non_veg * @property float $f_cr_ricefield_kg * @property float $f_cr_ricefield_tonne * @property float $ricefield_production_adj * @property float $ricefield_production * @property float $f_on_ricefield_kg * @property float $f_on_ricefield_tonne * @property float $f_sn_ricefield * @property float $f_sn_dry * @property float $n_ricefield_kg * @property float $n_dry_kg * @property float $n_ricefield_tonne * @property float $n_dry_tonne * @property float $n_sinthetic * @property float $n_za * @property float $n_npk * @property float $n_urea * @property float $za * @property float $npk * @property float $urea * @property float $percentage_ricefield_area * @property float $percentage_dry_area * @property float $harvest_ricefield_area * @property float $harvest_dry_area * @property float $total_area * @property float $horticulture_area * @property float $crop_area * @property string $category * @property string $activity_year * @property string $inventory_year * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereCropArea($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereHorticultureArea($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereTotalArea($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereHarvestDryArea($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereHarvestRicefieldArea($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 wherePercentageDryArea($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 wherePercentageRicefieldArea($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereUrea($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereNpk($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereZa($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereNUrea($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereNNpk($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereNZa($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereNSinthetic($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereNDryTonne($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereNRicefieldTonne($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereNDryKg($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereNRicefieldKg($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereFSnDry($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereFSnRicefield($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereFOnRicefieldTonne($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereFOnRicefieldKg($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereRicefieldProduction($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereRicefieldProductionAdj($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereFCrRicefieldTonne($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereFCrRicefieldKg($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereDryLandNonVeg($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereFOnDryLandNonVegTonne($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereFOnDryLandNonVegKg($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereDryLandVeg($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereFOnDryLandVegTonne($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereFOnDryLandVegKg($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereFOnDryLandTonne($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereFOnDryLandKg($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereEfManagedSoils($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereEfFloodedRice($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereN2ONFSnManagedSoils($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereN2ONFOnManagedSoils($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereN2ONFSnFloodedRice($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereN2ONFOnFloodedRice($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereN2ONFCrFloodedRice($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereN2ONTotal($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 isActive() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C4 query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Agriculture3C4 extends \App\Models\SigdModel { // } /** * App\Models\Agriculture3C5 * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $n2o_n * @property float $ef4 * @property float $frac_gasm * @property float $f_prp * @property float $f_on * @property float $frac_gasf * @property float $f_sn * @property string $activity * @property string $category * @property string $activity_year * @property string $inventory_year * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereActivity($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereFSn($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereFracGasf($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereFOn($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereFPrp($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereFracGasm($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereEf4($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereN2ON($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 isActive() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C5 query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Agriculture3C5 extends \App\Models\SigdModel { // } /** * App\Models\Agriculture3C6 * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $n2o_g * @property float $ef_n2o * @property float $n_volatilization_mms * @property float $ef_frac * @property float $ne_mms * @property float $value * @property string|null $tag_2 * @property string|null $tag_1 * @property string $category * @property string $activity_code * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereTag1($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereTag2($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereNeMms($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereEfFrac($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereNVolatilizationMms($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereEfN2O($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereN2OG($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 isActive() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Agriculture3C6 query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Agriculture3C6 extends \App\Models\SigdModel { // } /** * App\Models\BaselineDataMitigation * * @property-read \App\Models\Mitigation $mitigation * @method static \Illuminate\Database\Eloquent\Builder|BaselineDataMitigation newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|BaselineDataMitigation newQuery() * @method static \Illuminate\Database\Eloquent\Builder|BaselineDataMitigation query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class BaselineDataMitigation extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Calculation * * @property bool $ippu * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property \Illuminate\Support\Carbon|null $finished_time * @property \Illuminate\Support\Carbon|null $executed_time * @property int $calculation_status * @property bool $waste * @property bool $folu * @property bool $agriculture * @property bool $energy * @property string $inventory_year * @property string $id * @property-read mixed $sector * @method static \Illuminate\Database\Eloquent\Builder|Calculation whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Calculation whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Calculation whereEnergy($value) * @method static \Illuminate\Database\Eloquent\Builder|Calculation whereAgriculture($value) * @method static \Illuminate\Database\Eloquent\Builder|Calculation whereFolu($value) * @method static \Illuminate\Database\Eloquent\Builder|Calculation whereWaste($value) * @method static \Illuminate\Database\Eloquent\Builder|Calculation whereCalculationStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Calculation whereExecutedTime($value) * @method static \Illuminate\Database\Eloquent\Builder|Calculation whereFinishedTime($value) * @method static \Illuminate\Database\Eloquent\Builder|Calculation whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Calculation whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Calculation whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Calculation whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Calculation whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Calculation whereIppu($value) * @method static \Illuminate\Database\Eloquent\Builder|Calculation rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Calculation isActive() * @method static \Illuminate\Database\Eloquent\Builder|Calculation orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Calculation newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Calculation newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Calculation query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Calculation extends \App\Models\SigdModel { // } /** * App\Models\CmsFileDataAktivitas * * @property string|null $sub_sector * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property string|null $description * @property string $file_upload * @property string $name * @property string $inventory_year * @property string $sector * @property string $id * @property-read \App\Models\ReferenceSector $sectorData * @property-read \App\Models\ReferenceSubSector $subSector * @property-read \App\Models\User $creator * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas whereSector($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas whereFileUpload($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas whereSubSector($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas rowActive() * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas isActive() * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas newQuery() * @method static \Illuminate\Database\Eloquent\Builder|CmsFileDataAktivitas query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class CmsFileDataAktivitas extends \App\Models\SigdModel { // } /** * App\Models\CmsFilePeraturan * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property string|null $description * @property string|null $file_upload * @property string $name * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|CmsFilePeraturan whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFilePeraturan whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFilePeraturan whereFileUpload($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFilePeraturan whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFilePeraturan whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFilePeraturan whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFilePeraturan whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFilePeraturan whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFilePeraturan whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|CmsFilePeraturan rowActive() * @method static \Illuminate\Database\Eloquent\Builder|CmsFilePeraturan isActive() * @method static \Illuminate\Database\Eloquent\Builder|CmsFilePeraturan orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|CmsFilePeraturan newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|CmsFilePeraturan newQuery() * @method static \Illuminate\Database\Eloquent\Builder|CmsFilePeraturan query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class CmsFilePeraturan extends \App\Models\SigdModel { // } /** * App\Models\DataMitigation * * @property-read \App\Models\Mitigation $mitigation * @method static \Illuminate\Database\Eloquent\Builder|DataMitigation newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|DataMitigation newQuery() * @method static \Illuminate\Database\Eloquent\Builder|DataMitigation query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class DataMitigation extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\EmissionFactorMitigation * * @property-read \App\Models\Mitigation $mitigation * @method static \Illuminate\Database\Eloquent\Builder|EmissionFactorMitigation newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|EmissionFactorMitigation newQuery() * @method static \Illuminate\Database\Eloquent\Builder|EmissionFactorMitigation query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class EmissionFactorMitigation extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\EmissionFactorReference * * @property string|null $unit * @property float|null $value * @property string|null $keterangan * @property string|null $param * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|EmissionFactorReference whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|EmissionFactorReference whereParam($value) * @method static \Illuminate\Database\Eloquent\Builder|EmissionFactorReference whereKeterangan($value) * @method static \Illuminate\Database\Eloquent\Builder|EmissionFactorReference whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|EmissionFactorReference whereUnit($value) * @method static \Illuminate\Database\Eloquent\Builder|EmissionFactorReference newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|EmissionFactorReference newQuery() * @method static \Illuminate\Database\Eloquent\Builder|EmissionFactorReference query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class EmissionFactorReference extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\EmissionReductionMitigation * * @property int|null $type_emission_reduction * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $method * @property string|null $emission_reduction * @property string|null $mitigation_id * @property string $id * @property-read \App\Models\Mitigation $mitigation * @method static \Illuminate\Database\Eloquent\Builder|EmissionReductionMitigation whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|EmissionReductionMitigation whereMitigationId($value) * @method static \Illuminate\Database\Eloquent\Builder|EmissionReductionMitigation whereEmissionReduction($value) * @method static \Illuminate\Database\Eloquent\Builder|EmissionReductionMitigation whereMethod($value) * @method static \Illuminate\Database\Eloquent\Builder|EmissionReductionMitigation whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|EmissionReductionMitigation whereTypeEmissionReduction($value) * @method static \Illuminate\Database\Eloquent\Builder|EmissionReductionMitigation newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|EmissionReductionMitigation newQuery() * @method static \Illuminate\Database\Eloquent\Builder|EmissionReductionMitigation query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class EmissionReductionMitigation extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Energy1A * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $emission_n2o * @property float $ef_n2o * @property float $emission_ch4 * @property float $ef_ch4 * @property float $emission_co2 * @property float $ef_co2 * @property float $consumption_tj * @property float $ef_cf * @property float $value * @property string $category * @property string $activity_code * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereEfCf($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereConsumptionTj($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereEfCo2($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereEmissionCo2($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereEfCh4($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereEmissionCh4($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereEfN2O($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereEmissionN2O($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Energy1A rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Energy1A isActive() * @method static \Illuminate\Database\Eloquent\Builder|Energy1A orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Energy1A newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Energy1A newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Energy1A query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Energy1A extends \App\Models\SigdModel { // } /** * App\Models\EnergyGpcI13 * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $co2_gg * @property float $co2_ton * @property float $faktor_emisi * @property float $value * @property string $activity_code * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 whereFaktorEmisi($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 whereCo2Ton($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 whereCo2Gg($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 rowActive() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 isActive() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 newQuery() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI13 query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class EnergyGpcI13 extends \App\Models\SigdModel { // } /** * App\Models\EnergyGpcI41 * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property float $n2o_gg * @property float $ch4_gg * @property float $co2_gg * @property float $n2o_ton * @property float $ch4_ton * @property float $co2_ton * @property float $ef_n2o * @property float $ef_ch4 * @property float $ef_co2 * @property float $value_tj * @property string $activity_code * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereValueTj($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereEfCo2($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereEfCh4($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereEfN2O($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereCo2Ton($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereCh4Ton($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereN2OTon($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereCo2Gg($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereCh4Gg($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereN2OGg($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 rowActive() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 isActive() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 newQuery() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI41 query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class EnergyGpcI41 extends \App\Models\SigdModel { // } /** * App\Models\EnergyGpcI42 * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $co2_gg * @property float $co2_ton * @property float $faktor_emisi * @property float $value * @property string $activity_code * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 whereFaktorEmisi($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 whereCo2Ton($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 whereCo2Gg($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 rowActive() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 isActive() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 newQuery() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI42 query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class EnergyGpcI42 extends \App\Models\SigdModel { // } /** * App\Models\EnergyGpcI51 * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $n2o_gg * @property float $ch4_gg * @property float $co2_gg * @property float $n2o_ton * @property float $ch4_ton * @property float $co2_ton * @property float $ef_n2o * @property float $ef_ch4 * @property float $ef_co2 * @property float $consumption_tj * @property float $ef_cf * @property float $value * @property string $activity_code * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereEfCf($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereConsumptionTj($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereEfCo2($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereEfCh4($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereEfN2O($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereCo2Ton($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereCh4Ton($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereN2OTon($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereCo2Gg($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereCh4Gg($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereN2OGg($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 rowActive() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 isActive() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 newQuery() * @method static \Illuminate\Database\Eloquent\Builder|EnergyGpcI51 query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class EnergyGpcI51 extends \App\Models\SigdModel { // } /** * App\Models\EnergyPLN * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $co2_gg * @property float $co2_ton * @property float $ef_listrik_terkoreksi * @property float $value * @property string $activity_code * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN whereEfListrikTerkoreksi($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN whereCo2Ton($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN whereCo2Gg($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN rowActive() * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN isActive() * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN newQuery() * @method static \Illuminate\Database\Eloquent\Builder|EnergyPLN query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class EnergyPLN extends \App\Models\SigdModel { // } /** * App\Models\Folu3B * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $c_change * @property float $c_after * @property float $ef_agb_after * @property float $c_before * @property float $ef_agb_before * @property float $area * @property string $after * @property string $before * @property string $category * @property string $activity_code * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereBefore($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereAfter($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereArea($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereEfAgbBefore($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereCBefore($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereEfAgbAfter($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereCAfter($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereCChange($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Folu3B rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Folu3B isActive() * @method static \Illuminate\Database\Eloquent\Builder|Folu3B orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Folu3B newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Folu3B newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Folu3B query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Folu3B extends \App\Models\SigdModel { // } /** * App\Models\Ippu1A * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $emission_n2o * @property float $ef_n2o * @property float $emission_ch4 * @property float $ef_ch4 * @property float $emission_co2 * @property float $ef_co2 * @property float $consumption_tj * @property float $ef_cf * @property float $value * @property string $category * @property string $activity_code * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereEfCf($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereConsumptionTj($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereEfCo2($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereEmissionCo2($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereEfCh4($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereEmissionCh4($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereEfN2O($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereEmissionN2O($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A isActive() * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Ippu1A query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Ippu1A extends \App\Models\SigdModel { // } /** * App\Models\Kabupaten * * @property int $kabkot_id * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $updated_by * @property string|null $created_by * @property string $kabkot_name * @property int $id * @method static \Illuminate\Database\Eloquent\Builder|Kabupaten whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Kabupaten whereKabkotName($value) * @method static \Illuminate\Database\Eloquent\Builder|Kabupaten whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Kabupaten whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Kabupaten whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Kabupaten whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Kabupaten whereKabkotId($value) * @method static \Illuminate\Database\Eloquent\Builder|Kabupaten newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Kabupaten newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Kabupaten query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Kabupaten extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Kecamatan * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $updated_by * @property string|null $created_by * @property string $kabkot_id * @property string $kec_name * @property string $kec_id * @property int $id * @method static \Illuminate\Database\Eloquent\Builder|Kecamatan whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Kecamatan whereKecId($value) * @method static \Illuminate\Database\Eloquent\Builder|Kecamatan whereKecName($value) * @method static \Illuminate\Database\Eloquent\Builder|Kecamatan whereKabkotId($value) * @method static \Illuminate\Database\Eloquent\Builder|Kecamatan whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Kecamatan whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Kecamatan whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Kecamatan whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Kecamatan newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Kecamatan newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Kecamatan query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Kecamatan extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\KegiatanAdaptasi * * @property string|null $detail_kegiatan * @property string|null $nama_kegiatan * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $realisasi_sumber_dana_lain * @property string|null $realisasi_swasta * @property string|null $realisasi_apbd * @property string|null $realisasi_apbn * @property string|null $alokasi_sumber_dana_lain * @property string|null $alokasi_swasta * @property string|null $alokasi_apbd * @property string|null $alokasi_apbn * @property string|null $dokumen * @property string|null $waktu_kegiatan * @property string|null $lokasi_kegiatan * @property string|null $pelaksana_kegiatan * @property string|null $aksi * @property string|null $jenis_aksi * @property string|null $kategori_aksi * @property string|null $sub_sektor * @property string|null $sektor * @property int|null $tahun_kegiatan * @property string $adaptation_id * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereAdaptationId($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereTahunKegiatan($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereSektor($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereSubSektor($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereKategoriAksi($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereJenisAksi($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereAksi($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi wherePelaksanaKegiatan($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereLokasiKegiatan($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereWaktuKegiatan($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereDokumen($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereAlokasiApbn($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereAlokasiApbd($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereAlokasiSwasta($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereAlokasiSumberDanaLain($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereRealisasiApbn($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereRealisasiApbd($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereRealisasiSwasta($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereRealisasiSumberDanaLain($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereNamaKegiatan($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi whereDetailKegiatan($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi newQuery() * @method static \Illuminate\Database\Eloquent\Builder|KegiatanAdaptasi query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class KegiatanAdaptasi extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\KegiatanMitigasi * * @property string|null $kategori_sub_aktivitas * @property int|null $revisi * @property float|null $emission_factor * @property float|null $long_location * @property float|null $lat_location * @property string|null $kelurahan_location * @property string|null $kecamatan_location * @property int|null $kabupaten_kota_location * @property string|null $realisasi_sumber_dana_lain * @property string|null $realisasi_swasta * @property string|null $realisasi_apbd * @property string|null $realisasi_apbn * @property string|null $alokasi_sumber_dana_lain * @property string|null $alokasi_swasta * @property string|null $alokasi_apbd * @property string|null $alokasi_apbn * @property string|null $pelaksana_kegiatan_rad * @property string $mitigation_id * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $catatan * @property array|null $sdg * @property string|null $realisasi * @property string $satuan * @property string $target * @property string|null $nomenklatur_kemendagri * @property string|null $pelaksana_kegiatan * @property string $jenis_kegiatan * @property string $informasi_lokasi_kegiatan * @property string $nama_kegiatan * @property string $kategori_perhitungan * @property string $sub_sektor * @property string $sektor * @property int $tahun_kegiatan * @property string $tipe_kegiatan * @property string $tipe_laporan * @property string $id * @property-read \Illuminate\Database\Eloquent\Collection $sumberData * @property-read int|null $sumberData_count * @property-read \Illuminate\Database\Eloquent\Collection $activityDataMitigasi * @property-read int|null $activityDataMitigasi_count * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereTipeLaporan($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereTipeKegiatan($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereTahunKegiatan($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereSektor($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereSubSektor($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereKategoriPerhitungan($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereNamaKegiatan($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereInformasiLokasiKegiatan($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereJenisKegiatan($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi wherePelaksanaKegiatan($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereNomenklaturKemendagri($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereTarget($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereSatuan($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereRealisasi($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereSdg($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereCatatan($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereMitigationId($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi wherePelaksanaKegiatanRad($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereAlokasiApbn($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereAlokasiApbd($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereAlokasiSwasta($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereAlokasiSumberDanaLain($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereRealisasiApbn($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereRealisasiApbd($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereRealisasiSwasta($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereRealisasiSumberDanaLain($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereKabupatenKotaLocation($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereKecamatanLocation($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereKelurahanLocation($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereLatLocation($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereLongLocation($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereEmissionFactor($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereRevisi($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi whereKategoriSubAktivitas($value) * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi newQuery() * @method static \Illuminate\Database\Eloquent\Builder|KegiatanMitigasi query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class KegiatanMitigasi extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Kelurahan * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $updated_by * @property string|null $created_by * @property string $kabkot_id * @property string $kec_id * @property string $kel_name * @property string $kel_id * @property int $id * @method static \Illuminate\Database\Eloquent\Builder|Kelurahan whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Kelurahan whereKelId($value) * @method static \Illuminate\Database\Eloquent\Builder|Kelurahan whereKelName($value) * @method static \Illuminate\Database\Eloquent\Builder|Kelurahan whereKecId($value) * @method static \Illuminate\Database\Eloquent\Builder|Kelurahan whereKabkotId($value) * @method static \Illuminate\Database\Eloquent\Builder|Kelurahan whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Kelurahan whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Kelurahan whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Kelurahan whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Kelurahan newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Kelurahan newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Kelurahan query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Kelurahan extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\LivestockManure * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $active_status * @property int $row_num * @property float|null $ef_evaporation_n * @property float|null $ef_direct_n2o_n * @property string $name * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|LivestockManure whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|LivestockManure whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|LivestockManure whereEfDirectN2ON($value) * @method static \Illuminate\Database\Eloquent\Builder|LivestockManure whereEfEvaporationN($value) * @method static \Illuminate\Database\Eloquent\Builder|LivestockManure whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|LivestockManure whereActiveStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|LivestockManure whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|LivestockManure whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|LivestockManure whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|LivestockManure whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|LivestockManure whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|LivestockManure rowActive() * @method static \Illuminate\Database\Eloquent\Builder|LivestockManure isActive() * @method static \Illuminate\Database\Eloquent\Builder|LivestockManure orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|LivestockManure newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|LivestockManure newQuery() * @method static \Illuminate\Database\Eloquent\Builder|LivestockManure query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class LivestockManure extends \App\Models\SigdModel { // } /** * App\Models\LogFormDetail * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property string|null $activity_unit_code * @property string|null $activity_value_str * @property float|null $activity_value * @property string $activity_code * @property string $activity_year * @property string $form_id * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail whereFormId($value) * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail whereActivityValue($value) * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail whereActivityValueStr($value) * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail whereActivityUnitCode($value) * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail rowActive() * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail isActive() * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail newQuery() * @method static \Illuminate\Database\Eloquent\Builder|LogFormDetail query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class LogFormDetail extends \App\Models\SigdModel { // } /** * App\Models\LogUserActivity * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property string|null $form_id * @property string $ip_address * @property string $activity_type * @property int $user_id * @property string $id * @property-read \App\Models\User $user * @property-read \App\Models\ActivityForm $form * @method static \Illuminate\Database\Eloquent\Builder|LogUserActivity whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|LogUserActivity whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder|LogUserActivity whereActivityType($value) * @method static \Illuminate\Database\Eloquent\Builder|LogUserActivity whereIpAddress($value) * @method static \Illuminate\Database\Eloquent\Builder|LogUserActivity whereFormId($value) * @method static \Illuminate\Database\Eloquent\Builder|LogUserActivity whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|LogUserActivity whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|LogUserActivity whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|LogUserActivity whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|LogUserActivity whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|LogUserActivity rowActive() * @method static \Illuminate\Database\Eloquent\Builder|LogUserActivity isActive() * @method static \Illuminate\Database\Eloquent\Builder|LogUserActivity orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|LogUserActivity newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|LogUserActivity newQuery() * @method static \Illuminate\Database\Eloquent\Builder|LogUserActivity query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class LogUserActivity extends \App\Models\SigdModel { // } /** * App\Models\Menu * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int|null $row_num * @property int|null $parent_id * @property string|null $icon * @property string $url * @property string $name * @property int $id * @property-read \App\Models\Menu $parent * @property-read \Illuminate\Database\Eloquent\Collection $children * @property-read int|null $children_count * @property-read \Illuminate\Database\Eloquent\Collection $permissions * @property-read int|null $permissions_count * @method static \Illuminate\Database\Eloquent\Builder|Menu whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Menu whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|Menu whereUrl($value) * @method static \Illuminate\Database\Eloquent\Builder|Menu whereIcon($value) * @method static \Illuminate\Database\Eloquent\Builder|Menu whereParentId($value) * @method static \Illuminate\Database\Eloquent\Builder|Menu whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Menu whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Menu whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Menu whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Menu newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Menu newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Menu query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Menu extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Mitigation * * @property bool|null $is_active * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $updated_by * @property string|null $created_by * @property string|null $sub_activity_desc * @property string|null $sub_activity * @property string|null $activity_desc * @property string|null $activity_type * @property string $sub_sector * @property string $sector * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|Mitigation whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Mitigation whereSector($value) * @method static \Illuminate\Database\Eloquent\Builder|Mitigation whereSubSector($value) * @method static \Illuminate\Database\Eloquent\Builder|Mitigation whereActivityType($value) * @method static \Illuminate\Database\Eloquent\Builder|Mitigation whereActivityDesc($value) * @method static \Illuminate\Database\Eloquent\Builder|Mitigation whereSubActivity($value) * @method static \Illuminate\Database\Eloquent\Builder|Mitigation whereSubActivityDesc($value) * @method static \Illuminate\Database\Eloquent\Builder|Mitigation whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Mitigation whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Mitigation whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Mitigation whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Mitigation whereIsActive($value) * @method static \Illuminate\Database\Eloquent\Builder|Mitigation newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Mitigation newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Mitigation query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Mitigation extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\MitigationRendahKarbonDaerah * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $updated_by * @property string|null $created_by * @property string $name * @property string $sub_sector * @property string $sector * @property int $id * @method static \Illuminate\Database\Eloquent\Builder|MitigationRendahKarbonDaerah whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|MitigationRendahKarbonDaerah whereSector($value) * @method static \Illuminate\Database\Eloquent\Builder|MitigationRendahKarbonDaerah whereSubSector($value) * @method static \Illuminate\Database\Eloquent\Builder|MitigationRendahKarbonDaerah whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|MitigationRendahKarbonDaerah whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|MitigationRendahKarbonDaerah whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|MitigationRendahKarbonDaerah whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|MitigationRendahKarbonDaerah whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|MitigationRendahKarbonDaerah newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|MitigationRendahKarbonDaerah newQuery() * @method static \Illuminate\Database\Eloquent\Builder|MitigationRendahKarbonDaerah query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class MitigationRendahKarbonDaerah extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Permission * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $menu_id * @property int $user_group_id * @property-read \App\Models\UserGroup $userGroup * @property-read \App\Models\Menu $menu * @method static \Illuminate\Database\Eloquent\Builder|Permission whereUserGroupId($value) * @method static \Illuminate\Database\Eloquent\Builder|Permission whereMenuId($value) * @method static \Illuminate\Database\Eloquent\Builder|Permission whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Permission whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Permission newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Permission newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Permission query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Permission extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ReferenceActivity * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property string|null $description * @property string $unit_category * @property string $name * @property string $code * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|ReferenceActivity whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceActivity whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceActivity whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceActivity whereUnitCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceActivity whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceActivity whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceActivity whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceActivity whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceActivity whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceActivity whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceActivity rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceActivity isActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceActivity orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceActivity newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceActivity newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceActivity query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ReferenceActivity extends \App\Models\SigdModel { // } /** * App\Models\ReferenceAr * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $active_status * @property int $row_num * @property string|null $description * @property string $name * @property string $code * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|ReferenceAr whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceAr whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceAr whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceAr whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceAr whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceAr whereActiveStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceAr whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceAr whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceAr whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceAr whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceAr whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceAr rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceAr isActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceAr orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceAr newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceAr newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceAr query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ReferenceAr extends \App\Models\SigdModel { // } /** * App\Models\ReferenceEf * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $active_status * @property string|null $description * @property float $value * @property string $ef_source_code * @property string $category * @property string|null $tag_3 * @property string|null $tag_2 * @property string|null $tag_1 * @property string $activity_code * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @property-read \App\Models\ReferenceEfSource $efSource * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf whereTag1($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf whereTag2($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf whereTag3($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf whereEfSourceCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf whereActiveStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf getValue() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf isActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEf query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ReferenceEf extends \App\Models\SigdModel { // } /** * App\Models\ReferenceEfSource * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property string|null $description * @property string $name * @property string $code * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEfSource whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEfSource whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEfSource whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEfSource whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEfSource whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEfSource whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEfSource whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEfSource whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEfSource whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEfSource whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEfSource rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEfSource isActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEfSource orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEfSource newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEfSource newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceEfSource query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ReferenceEfSource extends \App\Models\SigdModel { // } /** * App\Models\ReferenceFactor * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property string|null $description * @property int $active_status * @property float $value * @property string $factor_source_code * @property string $activity_code * @property string $type * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @property-read \App\Models\ReferenceFactorSource $factorSource * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor whereType($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor whereFactorSourceCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor whereActiveStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor isActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactor query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ReferenceFactor extends \App\Models\SigdModel { // } /** * App\Models\ReferenceFactorSource * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property string|null $description * @property string $name * @property string $code * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactorSource whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactorSource whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactorSource whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactorSource whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactorSource whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactorSource whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactorSource whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactorSource whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactorSource whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactorSource rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactorSource isActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactorSource orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactorSource newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactorSource newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceFactorSource query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ReferenceFactorSource extends \App\Models\SigdModel { // } /** * App\Models\ReferenceGhg * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property string|null $description * @property string $name * @property string $code * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGhg whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGhg whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGhg whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGhg whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGhg whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGhg whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGhg whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGhg whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGhg whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGhg whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGhg rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGhg isActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGhg orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGhg newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGhg newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGhg query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ReferenceGhg extends \App\Models\SigdModel { // } /** * App\Models\ReferenceGpc * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property int|null $scope * @property string $name * @property string|null $notation_key * @property string|null $ipcc_code * @property string $gpc_code * @property string|null $sub_sector * @property string $sector * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc whereSector($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc whereSubSector($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc whereGpcCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc whereIpccCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc whereNotationKey($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc whereScope($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc isActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGpc query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ReferenceGpc extends \App\Models\SigdModel { // } /** * App\Models\ReferenceGwp * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property float $value * @property string $ar_code * @property string $ghg_code * @property string $id * @property-read \App\Models\ReferenceGhg $ghg * @property-read \App\Models\ReferenceAr $ar * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGwp whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGwp whereGhgCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGwp whereArCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGwp whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGwp whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGwp whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGwp whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGwp whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGwp whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGwp rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGwp isActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGwp orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGwp newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGwp newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceGwp query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ReferenceGwp extends \App\Models\SigdModel { // } /** * App\Models\ReferenceSector * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property string|null $description * @property string $name * @property string $code * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSector whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSector whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSector whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSector whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSector whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSector whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSector whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSector whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSector whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSector whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSector rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSector isActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSector orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSector newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSector newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSector query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ReferenceSector extends \App\Models\SigdModel { // } /** * App\Models\ReferenceSubSector * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property string|null $description * @property string $name * @property string $code * @property string $sector_code * @property string $id * @property-read \App\Models\ReferenceSector $sector * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSubSector whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSubSector whereSectorCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSubSector whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSubSector whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSubSector whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSubSector whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSubSector whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSubSector whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSubSector whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSubSector whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSubSector whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSubSector rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSubSector isActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSubSector orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSubSector newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSubSector newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceSubSector query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ReferenceSubSector extends \App\Models\SigdModel { // } /** * App\Models\ReferenceUnit * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property string|null $description * @property string $name * @property string $code * @property string $category * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnit whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnit whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnit whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnit whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnit whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnit whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnit whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnit whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnit whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnit whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnit whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnit rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnit isActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnit orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnit newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnit newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnit query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ReferenceUnit extends \App\Models\SigdModel { // } /** * App\Models\ReferenceUnitConversion * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property float $value * @property string $to_unit_code * @property string $from_unit_code * @property string $category * @property string $id * @property-read \App\Models\ReferenceUnit $fromUnit * @property-read \App\Models\ReferenceUnit $toUnit * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnitConversion whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnitConversion whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnitConversion whereFromUnitCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnitConversion whereToUnitCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnitConversion whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnitConversion whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnitConversion whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnitConversion whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnitConversion whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnitConversion whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnitConversion rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnitConversion isActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnitConversion orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnitConversion newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnitConversion newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceUnitConversion query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ReferenceUnitConversion extends \App\Models\SigdModel { // } /** * App\Models\ReferenceWs * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property string|null $model * @property string|null $parent_ws_code * @property int|null $ws_header * @property string $ws_title * @property string $ws_code * @property string|null $code * @property string $sector * @property string $id * @property-read \App\Models\ReferenceWs $parent * @property-read \Illuminate\Database\Eloquent\Collection $children * @property-read int|null $children_count * @property-read \App\Models\SettingForm $form * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs whereSector($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs whereWsCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs whereWsTitle($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs whereWsHeader($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs whereParentWsCode($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs whereModel($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs isMain() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs isSub() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs rowActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs isActive() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs newQuery() * @method static \Illuminate\Database\Eloquent\Builder|ReferenceWs query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class ReferenceWs extends \App\Models\SigdModel { // } /** * App\Models\SettingForm * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $active_status * @property int $row_num * @property string|null $description * @property string $name * @property string $code * @property string $sector * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|SettingForm whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingForm whereSector($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingForm whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingForm whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingForm whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingForm whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingForm whereActiveStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingForm whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingForm whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingForm whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingForm whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingForm whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingForm rowActive() * @method static \Illuminate\Database\Eloquent\Builder|SettingForm isActive() * @method static \Illuminate\Database\Eloquent\Builder|SettingForm orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|SettingForm newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|SettingForm newQuery() * @method static \Illuminate\Database\Eloquent\Builder|SettingForm query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class SettingForm extends \App\Models\SigdModel { // } /** * App\Models\SettingFormDetail * * @property string|null $unit_code_default * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property string $unit_code * @property string $unit_category * @property string $input_type * @property string $activity_code * @property string $form_code * @property string $id * @property-read \App\Models\SettingForm $form * @property-read \App\Models\ReferenceActivity $activity * @property-read \App\Models\ReferenceUnit $unit * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail whereFormCode($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail whereInputType($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail whereUnitCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail whereUnitCode($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail whereUnitCodeDefault($value) * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail rowActive() * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail isActive() * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail newQuery() * @method static \Illuminate\Database\Eloquent\Builder|SettingFormDetail query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class SettingFormDetail extends \App\Models\SigdModel { // } /** * App\Models\SumberDataMitigasi * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $link_sumber_reference * @property int|null $tahun_sumber_reference * @property string|null $judul_sumber_reference * @property string $kegiatan_mitigasi_id * @property int $id * @property-read \App\Models\KegiatanMitigasi $kegiatanMitigasi * @method static \Illuminate\Database\Eloquent\Builder|SumberDataMitigasi whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|SumberDataMitigasi whereKegiatanMitigasiId($value) * @method static \Illuminate\Database\Eloquent\Builder|SumberDataMitigasi whereJudulSumberReference($value) * @method static \Illuminate\Database\Eloquent\Builder|SumberDataMitigasi whereTahunSumberReference($value) * @method static \Illuminate\Database\Eloquent\Builder|SumberDataMitigasi whereLinkSumberReference($value) * @method static \Illuminate\Database\Eloquent\Builder|SumberDataMitigasi whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|SumberDataMitigasi whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|SumberDataMitigasi whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|SumberDataMitigasi whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|SumberDataMitigasi newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|SumberDataMitigasi newQuery() * @method static \Illuminate\Database\Eloquent\Builder|SumberDataMitigasi query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class SumberDataMitigasi extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\User * * @property int $active_status * @property string|null $agency_id * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $user_group_id * @property string|null $remember_token * @property string $password * @property \Illuminate\Support\Carbon|null $email_verified_at * @property string $email * @property string $name * @property int $id * @property-read \App\Models\UserGroup $userGroup * @property-read \App\Models\Agency $agency * @property-read \Illuminate\Database\Eloquent\Collection $notifications * @property-read int|null $notifications_count * @method static \Illuminate\Database\Eloquent\Builder|User whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|User whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|User whereEmail($value) * @method static \Illuminate\Database\Eloquent\Builder|User whereEmailVerifiedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|User wherePassword($value) * @method static \Illuminate\Database\Eloquent\Builder|User whereRememberToken($value) * @method static \Illuminate\Database\Eloquent\Builder|User whereUserGroupId($value) * @method static \Illuminate\Database\Eloquent\Builder|User whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|User whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|User whereAgencyId($value) * @method static \Illuminate\Database\Eloquent\Builder|User whereActiveStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|User newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|User newQuery() * @method static \Illuminate\Database\Eloquent\Builder|User query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class User extends \Illuminate\Foundation\Auth\User { // } /** * App\Models\UserGroup * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string $name * @property int $id * @property-read \Illuminate\Database\Eloquent\Collection $users * @property-read int|null $users_count * @property-read \Illuminate\Database\Eloquent\Collection $permissions * @property-read int|null $permissions_count * @method static \Illuminate\Database\Eloquent\Builder|UserGroup whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|UserGroup whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|UserGroup whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|UserGroup whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|UserGroup newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|UserGroup newQuery() * @method static \Illuminate\Database\Eloquent\Builder|UserGroup query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class UserGroup extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Waste4A * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $ch4 * @property float $ch4_recovery * @property float $total * @property float $tekstil * @property float $kayu * @property float $taman * @property float $nappies * @property float $kertas * @property float $sisa_makanan * @property string $activity_year * @property string $inventory_year * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereSisaMakanan($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereKertas($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereNappies($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereTaman($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereKayu($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereTekstil($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereTotal($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereCh4Recovery($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereCh4($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4A rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4A isActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4A orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Waste4A newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4A newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4A query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Waste4A extends \App\Models\SigdModel { // } /** * App\Models\Waste4AMethane * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $ch4 * @property float $ddocm_decomposed_2 * @property float $ddocm_accumulated_prev * @property float $ddocm_accumulated * @property float $ddocm_decomposed_1 * @property float $ddocm_unreacted * @property float $ddocm_deposited * @property float $ef_mcf * @property float $ef_f * @property float $ef_exp2 * @property float $ef_exp1 * @property float $ef_docf * @property float $ef_doc * @property float $dry_matter * @property float $amount * @property string $activity_code * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereAmount($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereDryMatter($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereEfDoc($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereEfDocf($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereEfExp1($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereEfExp2($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereEfF($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereEfMcf($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereDdocmDeposited($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereDdocmUnreacted($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereDdocmDecomposed1($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereDdocmAccumulated($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereDdocmAccumulatedPrev($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereDdocmDecomposed2($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereCh4($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane isActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4AMethane query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Waste4AMethane extends \App\Models\SigdModel { // } /** * App\Models\Waste4APre * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $anorganik_lainnya * @property float $kaca * @property float $logam * @property float $plastik * @property float $karet_kulit * @property float $tekstil * @property float $kayu * @property float $taman * @property float $nappies * @property float $kertas * @property float $sisa_makanan * @property float $total_waste * @property float $value * @property string $activity * @property string $activity_year * @property string $inventory_year * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereActivity($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereTotalWaste($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereSisaMakanan($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereKertas($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereNappies($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereTaman($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereKayu($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereTekstil($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereKaretKulit($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre wherePlastik($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereLogam($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereKaca($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereAnorganikLainnya($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre isActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4APre query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Waste4APre extends \App\Models\SigdModel { // } /** * App\Models\Waste4B1 * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $ch4_final * @property float $ch4_recovery * @property float $ch4 * @property float $ef * @property float $num_waste * @property float $kompos * @property float $value * @property string $category * @property string $activity_code * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereKompos($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereNumWaste($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereEf($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereCh4($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereCh4Recovery($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereCh4Final($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 isActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4B1 query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Waste4B1 extends \App\Models\SigdModel { // } /** * App\Models\Waste4B2 * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $n2o * @property float $ef * @property float $num_waste * @property float $kompos * @property float $value * @property string $category * @property string $activity_code * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 whereKompos($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 whereNumWaste($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 whereEf($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 whereN2O($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 isActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4B2 query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Waste4B2 extends \App\Models\SigdModel { // } /** * App\Models\Waste4C1 * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $msw_b * @property float $ef_b_frac * @property float $msw_p * @property float $fraction * @property float $population * @property string $category * @property string $activity_year * @property string $inventory_year * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 wherePopulation($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 whereFraction($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 whereMswP($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 whereEfBFrac($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 whereMswB($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 isActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C1 query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Waste4C1 extends \App\Models\SigdModel { // } /** * App\Models\Waste4C2a * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $co2 * @property float $ef_cf * @property float $ef_oxidation_f * @property float $ef_fossil_carbon_f * @property float $ef_carbon_f * @property float $dry_matter * @property float $open_burned * @property float $msw_b * @property float $composition * @property string $activity_code * @property string $category * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereComposition($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereMswB($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereOpenBurned($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereDryMatter($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereEfCarbonF($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereEfFossilCarbonF($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereEfOxidationF($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereEfCf($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereCo2($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a isActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2a query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Waste4C2a extends \App\Models\SigdModel { // } /** * App\Models\Waste4C2b * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $ch4 * @property float $ef * @property float $open_burned * @property string $category * @property string $activity_year * @property string $inventory_year * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b whereOpenBurned($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b whereEf($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b whereCh4($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b isActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2b query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Waste4C2b extends \App\Models\SigdModel { // } /** * App\Models\Waste4C2c * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $n2o * @property float $ef_nitrous_oxide * @property float $ef_msw * @property float $open_burned * @property string $category * @property string $activity_year * @property string $inventory_year * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c whereOpenBurned($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c whereEfMsw($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c whereEfNitrousOxide($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c whereN2O($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c isActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4C2c query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Waste4C2c extends \App\Models\SigdModel { // } /** * App\Models\Waste4D1a * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $tow * @property float $ef_correction_factor * @property float $ef_bod * @property float $population * @property string $category * @property string $activity_year * @property string $inventory_year * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a wherePopulation($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a whereEfBod($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a whereEfCorrectionFactor($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a whereTow($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a isActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1a query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Waste4D1a extends \App\Models\SigdModel { // } /** * App\Models\Waste4D1c * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $ch4_gg * @property float $ch4_kg * @property float $ef_methane_flared * @property float $ef_sludge_removed * @property float $tow * @property float $ef * @property float $usage_level * @property float $value * @property float $group_fraction * @property string $category * @property string $activity_code * @property string $activity_year * @property string $inventory_year * @property string $id * @property-read \App\Models\ReferenceActivity $activity * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereActivityCode($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereGroupFraction($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereUsageLevel($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereEf($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereTow($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereEfSludgeRemoved($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereEfMethaneFlared($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereCh4Kg($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereCh4Gg($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c isActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1c query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Waste4D1c extends \App\Models\SigdModel { // } /** * App\Models\Waste4D1d * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $n_effluent * @property float $ef_n_sludge * @property float $ef_f_ind_com * @property float $ef_f_non_con * @property float $ef_f_npr * @property float $protein * @property float $population * @property string $category * @property string $activity_year * @property string $inventory_year * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d wherePopulation($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d whereProtein($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d whereEfFNpr($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d whereEfFNonCon($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d whereEfFIndCom($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d whereEfNSludge($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d whereNEffluent($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d isActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1d query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Waste4D1d extends \App\Models\SigdModel { // } /** * App\Models\Waste4D1e * * @property string|null $updated_by * @property string|null $created_by * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $row_status * @property int $row_num * @property float $n2o_gg * @property float $n2o_kg * @property float $ef_ipal_emission * @property float $ef_conversion_factor * @property float $ef * @property float $n_effluent * @property string $category * @property string $activity_year * @property string $inventory_year * @property string $id * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e whereInventoryYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e whereActivityYear($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e whereCategory($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e whereNEffluent($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e whereEf($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e whereEfConversionFactor($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e whereEfIpalEmission($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e whereN2OKg($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e whereN2OGg($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e whereRowNum($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e whereRowStatus($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e whereCreatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e whereUpdatedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e rowActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e isActive() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e orderByRowNum() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e newQuery() * @method static \Illuminate\Database\Eloquent\Builder|Waste4D1e query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed newJoinLateralClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonOverlaps($column, $value, $boolean, $not) * @method static mixed orWhereJsonOverlaps($column, $value) * @method static mixed whereJsonDoesntOverlap($column, $value, $boolean) * @method static mixed orWhereJsonDoesntOverlap($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, iterable $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed groupLimit($value, $column) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed afterQuery(Closure $callback) * @method static mixed applyAfterQueryCallbacks($result) * @method static mixed toSql() * @method static mixed toRawSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed withoutGroupLimitKeys($items) * @method static mixed paginate($perPage, $columns, $pageName, $page, $total) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed insertOrIgnoreUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, callable|array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump($args) * @method static mixed dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Waste4D1e extends \App\Models\SigdModel { // } }