Filament table enum: enum does not exist
I have a database table where a column 'organization' can be 0 or 1 (non-organization or organization). The column type is
But I'm getting
Any ideas?
tinyint(1). I was using the following code with an enum() functionBut I'm getting
Method Filament\Tables\Columns\TextColumn::enum does not exist. error.Any ideas?