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.55
Show newest version
create table KaleoProcess (
	uuid_ VARCHAR(75) null,
	kaleoProcessId LONG not null primary key,
	groupId LONG,
	companyId LONG,
	userId LONG,
	userName VARCHAR(75) null,
	createDate DATE null,
	modifiedDate DATE null,
	DDLRecordSetId LONG,
	DDMTemplateId LONG,
	workflowDefinitionName VARCHAR(75) null,
	workflowDefinitionVersion INTEGER
);

create table KaleoProcessLink (
	kaleoProcessLinkId LONG not null primary key,
	companyId LONG,
	kaleoProcessId LONG,
	workflowTaskName VARCHAR(75) null,
	DDMTemplateId LONG
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy