I have this PostgreSQL type definition and table
CREATE TYPE T_TIER_TYPE AS ENUM ( \'TOP_TIER\', \'MID_TIER\', \'LOW_TIER\' ) ; CREATE TABLE prop