
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.document.library.service
Show all versions of com.liferay.document.library.service
Liferay Document Library Service
create table DLFileVersionPreview (
dlFileVersionPreviewId LONG not null primary key,
groupId LONG,
fileEntryId LONG,
fileVersionId LONG,
previewStatus INTEGER
);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy