create table enum_values ( name text not null, description text, deprecation , attributes , value text ); comment on column enum_values.value is ' The actual string representation of this value. If not specified, defaults to 'name' ';