BookingHistoric extends Model Uses HasFactory
Table of Contents
- $timestamps : bool
- Timestamps disabled
- $fillable : array<string|int, mixed>
- The attributes that are mass assignable.
- $table : string
- The table associated with the model.
Properties
$timestamps
Timestamps disabled
public
bool
$timestamps
= false
$fillable
The attributes that are mass assignable.
protected
array<string|int, mixed>
$fillable
= ['booking_id', 'user_id', 'old_datetime', 'old_employee', 'old_status', 'last_datetime', 'last_employee', 'last_status', 'creation_date']
$table
The table associated with the model.
protected
string
$table
= "booking_historic"