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.language.override.service
Show all versions of com.liferay.portal.language.override.service
Liferay Portal Language Override Service
create table PLOEntry (
mvccVersion LONG default 0 not null,
ploEntryId LONG not null primary key,
companyId LONG,
userId LONG,
createDate DATE null,
modifiedDate DATE null,
key_ VARCHAR(1000) null,
languageId VARCHAR(75) null,
value TEXT null
);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy