You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: