-- +migrate Up CREATE TYPE Rating AS ENUM ( 'safe', 'questionable', 'explicit' ); -- +migrate Down DROP TYPE Rating;