'array', 'dob' => 'date', ]; public function contracts() { return $this->belongsToMany(Contract::class, 'contract_customers') ->withPivot('role', 'transfer_order') ->withTimestamps(); } }