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.commerce.machine.learning.forecast.alert.service
Show all versions of com.liferay.commerce.machine.learning.forecast.alert.service
Liferay Commerce Machine Learning Forecast Alert Service
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