Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgres enumerated type

CREATE TYPE mood AS ENUM ('sad', 'ok', 'happy');
Source by www.postgresql.org #
 
PREVIOUS NEXT
Tagged: #postgres #enumerated #type
ADD COMMENT
Topic
Name
7+6 =