Property | Type | Description | |
---|---|---|---|
$incrementing | boolean | Indicates if the IDs are auto-incrementing. | |
$timestamps | boolean | Indicates if the model should be timestamped. |
Property | Type | Description | |
---|---|---|---|
$primaryKey | string | The primary key for the model. | |
$table | string | The table associated with the model. |
public bool $incrementing | ||
return | boolean |
protected string $primaryKey | ||
return | string |
protected string $table | ||
return | string |
public bool $timestamps | ||
return | boolean |