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.38
Show newest version
create table CommerceMLForecastAlertEntry (
	uuid_ VARCHAR(75) null,
	commerceMLForecastAlertEntryId LONG not null primary key,
	companyId LONG,
	userId LONG,
	userName VARCHAR(75) null,
	createDate DATE null,
	modifiedDate DATE null,
	commerceAccountId LONG,
	actual DOUBLE,
	forecast DOUBLE,
	timestamp DATE null,
	relativeChange DOUBLE,
	status INTEGER
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy