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

.play-cassandra_2.10.0.0.2.source-code.cassandraPlugin.cql Maven / Gradle / Ivy

The newest version!
CREATE KEYSPACE IF NOT EXISTS cassandra_play_plugin
    WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 3 };

CREATE TABLE IF NOT EXISTS cassandra_play_plugin.revision_history(
    app_id text,
    applied_at timestamp,
    revision int,
     PRIMARY KEY(app_id));




© 2015 - 2025 Weber Informatics LLC | Privacy Policy