'datetime', 'end_time' => 'datetime', 'expired_at' => 'datetime', ]; public function user() { return $this->belongsTo(User::class); } public function table() { return $this->belongsTo(Table::class); } }