Hello,
This is a two part question.
-
Sometimes there is no appropriate type to select when creating the schema - is there a general selection or what is the best solution for this?
-
I am using postgres and therefore enum data types. In some instances I want to import just a selection of options that the data can generate. For instance
Title - Mr, Ms, Mrs (mockaroo is generating honourable, doctor etc)
OR
BookingStatus - pending, confirmed, cancelled
Thanks