Home
›
drassokh
›
Agree
drassokh
Activity
Posts
1
Comments
Mapping PostgreSQL custom enum columns
drassokh
October 2021
I have a table that has a column of a custom enum type defined as follows: CREATE TYPE mcat.model_applicability AS ENUM ('Project-specific', 'Local', 'Global', 'Miscellaneous'); and a table with a co…
1
·
Activity
Posts
1
Comments