liumeng1234

Results 3 comments of liumeng1234

yes. which version you use now I am TAG-3.2.2

Try use the following sql create table then view ddl CREATE TABLE dept ( dept_id SERIAL PRIMARY KEY, dept_name VARCHAR(255) NOT NULL, CONSTRAINT uc_dept_name UNIQUE (dept_name) );

I see.Thanks very much for your support I will try new version