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

mework.cloud.spring-cloud-dataflow-server-core.1.0.0.RELEASE.source-code.schema-hsqldb-tasks.sql Maven / Gradle / Ivy

There is a newer version: 1.0.1.RELEASE
Show newest version
CREATE TABLE TASK_DEFINITIONS  (
	DEFINITION_NAME VARCHAR(255) NOT NULL PRIMARY KEY,
	DEFINITION CLOB DEFAULT NULL
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy