Phoenix set the primary key

For example 1

create table test12(email varchar not null,id integer not null,name varchar not null,age integer,aihao varchar CONSTRAINT PK PRIMARY KEY (EMAIL,id,name));

 

Guess you like

Origin www.cnblogs.com/QuestionsZhang/p/11373126.html