Builder|Builder latest(string $column = 'created_at') Add an "order by" clause for a timestamp to the query. Parameters string $column Return Value Builder|Builder
string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string
mixed getRouteKey() Get the value of the model's route key. Return Value mixed
void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
$this monthly() Schedule the event to run monthly. Return Value $this
bool isClean(array|string|null $attributes = null) Determine if the model or given attribute(s) have remained the same. Parameters array|string|null $attributes Return Value bool
bool touch() Update the model's update timestamp. Return Value bool
string compileDropIndex(Blueprint $blueprint, Fluent $command) Compile a drop index command. Parameters Blueprint $blueprint Fluent $command Return Value string
static Builder query() Begin querying the model. Return Value Builder
Page 134 of 996