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.adaptive.media.image.service
Show all versions of com.liferay.adaptive.media.image.service
Liferay Adaptive Media Image Service
create table AMImageEntry (
uuid_ VARCHAR(75) null,
amImageEntryId LONG not null primary key,
groupId LONG,
companyId LONG,
createDate DATE null,
configurationUuid VARCHAR(75) null,
fileVersionId LONG,
mimeType VARCHAR(75) null,
height INTEGER,
width INTEGER,
size_ LONG
);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy