0 votes

I want to use enum in my table and i dont know how can i use it! In the Entity Definition there is a feature named "Enum" but how i can use it? please guide me...

in Solved by
edited by

1 Answer

0 votes
Best answer

It depends on ORM framework you're using. If your ORM supports Enum values, ORM Designer exports "enum" value to your schema definition.

It's hard to guide you more without additional information. Before you start digging how to do something in ORM Designer, please check that your ORM supports such feature in ORM documentation.

by Skipper developer (141k points)
selected by