'int', 'number_of_months' => 'float', 'min_amount' => 'float' ]; protected $fillable = [ 'nh_network_config_id', 'number_of_months', 'min_amount' ]; }