Right now creating an enum table requires multiple steps — we need to create a table, insert values and only then mark it as an enum table.
It can be simplified, and we could have a separate flow and/or another view for creating enum tables so that it's possible to create an enum table and insert values in one single step.
Right now creating an enum table requires multiple steps — we need to create a table, insert values and only then mark it as an enum table.
It can be simplified, and we could have a separate flow and/or another view for creating enum tables so that it's possible to create an enum table and insert values in one single step.