Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enum values displayed in a wrong table #239

Open
goryny4 opened this issue Jun 20, 2023 · 1 comment
Open

Enum values displayed in a wrong table #239

goryny4 opened this issue Jun 20, 2023 · 1 comment

Comments

@goryny4
Copy link

goryny4 commented Jun 20, 2023

try creating enum columns of the same type (e.g. enum or whatever) but different options in different tables
you'll notice the last enum list of values is spread to all enum columns regardless of the table

image

@loicknuchel
Copy link
Contributor

Hi @goryny4

I missed some notification and saw your comment just now 🤦
Can you show me the AML you wrote?
In AML you don't need the enum keyword to define an enum, just use the type name with the allowed values, like in the documentation example: state(active,disabled)
If your type is named enum it will be defined for all the values, I think that's your issue here.

Is it your issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants