enumcharacter varying should be converted to a simble varchar with check constraint on the enum values
for example a enumcharacter varying(8) a varchar(8)
and there already should be a check constraint with enum values
Log in to post a comment.