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

rcus-train-common-test.11.5.0.source-code.schema-tables.sql Maven / Gradle / Ivy

There is a newer version: 16.4.1
Show newest version
CREATE SCHEMA IF NOT EXISTS circus_train;

CREATE TABLE IF NOT EXISTS circus_train.legacy_replica_path (
  id BIGINT GENERATED BY DEFAULT AS IDENTITY,
  creation_timestamp BIGINT NOT NULL,
  event_id VARCHAR(250) NOT NULL,
  path_event_id VARCHAR(250) NULL,
  path VARCHAR(4000) NOT NULL,
  PRIMARY KEY (id)
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy