yshor.cassandra-migration.1.1.2.source-code.migration.cql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cassandra-migration Show documentation
Show all versions of cassandra-migration Show documentation
Java schema migration library for Cassandra
CREATE TABLE %s.migrations(
migration_schema varchar,
migration_order bigint,
time_executed timestamp,
md5sum text,
PRIMARY KEY (migration_schema, time_executed, migration_order)
);