string getQualifiedKeyName() Get the table qualified key name.
mixed getKey() Get the value of the model's primary key.
string updatedAt() Get the name of the "updated at" column.
string getTable() Get the table associated with the model.
string createdAt() Get the name of the "created at" column.
static mixed __callStatic(string $method, array $parameters) Handle
void __unset(string $key) Unset an attribute on the model.
mixed getRelation(string $relation) Get a specified relationship.
array sync(Collection|array $ids, bool $detaching
Page 70 of 87