int update(string $query, array $bindings = array()) Run an update statement
int delete(string $query, array $bindings = array()) Run a delete statement
string compileInsert(Builder $query, array $values)
Fluent jsonb(string $column)
string __toString() Get the value of the expression.
string askWithCompletion(string $question, array $choices, string $default = null)
mixed forceDelete() Run the default delete function on the builder.
array toggle(mixed $ids, bool $touch = true) Toggles a model (or models)
static mixed noConstraints(Closure $callback)
mixed fromJson(string $value, bool $asObject = false) Decode the given
Page 21 of 100