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

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

There is a newer version: 5.0.45
Show newest version
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