Ability to generate enums based on actual data from table
Add the ability to generate an enum based on the actual data from a table and have it automatically assign the value of each item based on the primary key of each particular row. Automatically assign the best base type for the enum based on the total number of rows of data its being generated from.
Also it would be nice if this was two-way. One could also "deploy" the data from one or more enums back into the database as rows of data.
4
votes
strandedpirate
shared this idea