All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.sql.tables.sql Maven / Gradle / Ivy

create table DLFileVersionPreview (
	dlFileVersionPreviewId LONG not null primary key,
	groupId LONG,
	fileEntryId LONG,
	fileVersionId LONG,
	previewStatus INTEGER
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy