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

yshor.cassandra-migration.1.1.2.source-code.migration.cql Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
CREATE TABLE %s.migrations(
  migration_schema varchar,
  migration_order bigint,
  time_executed timestamp,
  md5sum text,
  PRIMARY KEY (migration_schema, time_executed, migration_order)
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy