I would like to create an add column of days of the week so that we can select more than one day,
I know that the enum type can do this, but we can only select one element
So, how can I create a data type in PostgreSQL so that we can have an enum with multiple choices, like a set in mysql?
Thank you so much.
sql postgresql
Eddinho
source share