© 2026 Hedgehog Software, LLC
Attribute
protected function result(): Attribute { return Attribute::make( get: fn () => $this->type === Type::Value ? $this->pivot->result_int : $this->pivot->result_varchar, ); }
int
TextInput
varchar
Select
TextInputColumn