bool save(array $options = array()) Save the model to the database.
bool usesTimestamps() Determine if the model uses timestamps.
static void creating(Closure|string $callback, int $priority)
$this fillable(array $fillable) Set the fillable attributes for the model
int update(array $attributes) Perform an update on all the related models
$this load(array|string $relations) Eager load relations on the model.
Model getParent()
string wrap(string $value) Wrap the given value with the parent query's
static Builder on(string|null $connection =
void touch() Touch all of the related models for the relationship.
Page 3 of 87