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.portal.security.service.access.policy.service Show documentation
Show all versions of com.liferay.portal.security.service.access.policy.service Show documentation
Liferay Portal Security Service Access Policy Service
create table SAPEntry (
uuid_ VARCHAR(75) null,
sapEntryId LONG not null primary key,
companyId LONG,
userId LONG,
userName VARCHAR(75) null,
createDate DATE null,
modifiedDate DATE null,
allowedServiceSignatures STRING null,
defaultSAPEntry BOOLEAN,
enabled BOOLEAN,
name VARCHAR(75) null,
title STRING null
);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy