'integer', 'flow_rate' => 'decimal:4', 'profit_rate' => 'decimal:4', 'effective_from' => 'date', 'status' => 'integer']; public function agent() { return $this->belongsTo(Agent::class); } }