Generate ressource with doctrine enum postgres not recognize

πŸ˜‰
1 Reply
cheesegrits
cheesegritsβ€’15mo ago
Perhaps related?
If your table contains ENUM columns, the doctrine/dbal package we use is unable to scan your table and will crash. Hence, Filament is unable to generate the schema for your table if it contains an ENUM column. Read more about this issue here.
https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component#automatically-generating-form-schemas

Did you find this page helpful?