Is there any way to create columns with just a ENUM? Like, In my app, there’s a column called Status, it should only have 3 values: “Bought”, “In Processes” and “Delivered”.
I know there’s a component called choices, but I MUST use DataGrip component as I’m simmulation an excel table, so the user should be able to select only one of those 3 choices, is there any way to do it?