false, ]; protected $casts = [ 'monitored_at' => 'datetime', 'is_filled' => 'bool', ]; protected $fillable = [ 'device_id', 'agricultural_base_id', 'conductivity', 'humidity', 'temperature', 'n', 'p', 'k', 'ph', 'monitored_at', 'moisture', 'is_filled', ]; }