create type product_status as enum ('InStock', 'OutOfStock'); create table product ... Typical Clojure code to insert a product would be:
確定! 回上一頁