Kalana
2007-11-15 09:34:10 UTC
Hi friends,
I'm quite new to liquibase and I wanna write liquibase changelog for the
below sql query.
create table USER_GROUP_PERMISSION (PERMISSION_ID bigint not null,
USER_GROUP_ID bigint not null, primary key (USER_GROUP_ID, PERMISSION_ID));
How to use composite keys with liquibase ?
thanks in advance.....
I'm quite new to liquibase and I wanna write liquibase changelog for the
below sql query.
create table USER_GROUP_PERMISSION (PERMISSION_ID bigint not null,
USER_GROUP_ID bigint not null, primary key (USER_GROUP_ID, PERMISSION_ID));
How to use composite keys with liquibase ?
thanks in advance.....
--
View this message in context: http://www.nabble.com/Using-composite-keys-tf4810742.html#a13764428
Sent from the LiquiBase - User mailing list archive at Nabble.com.
View this message in context: http://www.nabble.com/Using-composite-keys-tf4810742.html#a13764428
Sent from the LiquiBase - User mailing list archive at Nabble.com.