The only type currently supported by jOOQ is the PostgreSQL ENUM type: // Create a new ENUM type create.createType("weekday") .asEnum("mon", "tue", "wed", ...
確定! 回上一頁