I\'ve got an enumeration in my database:
CREATE TYPE ABILITY_TYPES AS ENUM (\'ATTACK\', \'DEFENCE\', \'HEAL\');
A table:
CREAT