META-INF.sql.indexes.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.commerce.wish.list.service
Show all versions of com.liferay.commerce.wish.list.service
Liferay Commerce Wish List Service
create index IX_777290D8 on CommerceWishList (groupId, userId, defaultWishList);
create unique index IX_FB7BEB90 on CommerceWishList (groupId, uuid_[$COLUMN_LENGTH:75$]);
create index IX_6680B6BE on CommerceWishList (userId, createDate);
create index IX_47CF092E on CommerceWishList (uuid_[$COLUMN_LENGTH:75$]);
create index IX_9DA3D36A on CommerceWishListItem (CPInstanceUuid[$COLUMN_LENGTH:75$]);
create index IX_CF9B9CD4 on CommerceWishListItem (CProductId);
create index IX_BC95AC54 on CommerceWishListItem (commerceWishListId, CPInstanceUuid[$COLUMN_LENGTH:75$], CProductId);
create index IX_C172BCA3 on CommerceWishListItem (commerceWishListId, CProductId);
© 2015 - 2024 Weber Informatics LLC | Privacy Policy