*/ use HasFactory; protected $table = 'waterings'; protected $primaryKey = 'treatment_id'; public $incrementing = false; protected $keyType = 'int'; protected $fillable = [ 'treatment_id', 'time_interval', 'amount', 'note', ]; }