META-INF.sql.tables.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.invitation.invite.members.service
Show all versions of com.liferay.invitation.invite.members.service
Liferay Invitation Invite Members Service
create table IM_MemberRequest (
memberRequestId LONG not null primary key,
groupId LONG,
companyId LONG,
userId LONG,
userName VARCHAR(75) null,
createDate DATE null,
modifiedDate DATE null,
key_ VARCHAR(75) null,
receiverUserId LONG,
invitedRoleId LONG,
invitedTeamId LONG,
status INTEGER
);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy