Converting an Integer to Enum in PostgreSQL

前端 未结 3 963
终归单人心
终归单人心 2021-02-20 15:09

I have created a custom data type enum like so:

create type \"bnfunctionstype\" as enum ( 
    \'normal\', 
    \'library\', 
    \'import\', 
    \'thunk\', 
           


        
3条回答
提交回复
热议问题