Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

create enum postgres

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