'float', 'lead_days' => 'integer', ]; public function rfq() { return $this->belongsTo(RfqRequest::class, 'rfq_id'); } public function contact() { return $this->belongsTo(Contact::class, 'contact_id'); } }