schema_translate_map does not work for Postgresql native enum within the CREATE TABLE #5158
Labels
bug
Something isn't working
datatypes
things to do with database types, like VARCHAR and others
postgresql
schema
things related to the DDL related objects like Table, Column, CreateIndex, etc.
Milestone
While CREATE TYPE takes advantage of schema_translate_map, the use of the enum in the table does not:
output, enum is created correctly but not referenced in the table correctly:
The text was updated successfully, but these errors were encountered: