Answers for "create enum postgres"

0

create enum postgres

CREATE TYPE mood AS ENUM ('sad', 'ok', 'happy');
Posted by: Guest on January-10-2022

Browse Popular Code Answers by Language