Hi,
I've got a question.
I want to generate tables like this with powerdesigner:
create table TEST_TABLE
(
COL_1 integer not null,
COL_2 integer not null,
COL_3 integer not null,
COL_4 ...
...
primary key (COL_1),
unique (COL_2, COL_3)
);
Now I don't know how to create the unique-statement...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.