Sha256: ace05cea04e9ca0a7f91f55ac22f0181bd6405b9c4a7c502ba90f23eb750ae66
Contents?: true
Size: 596 Bytes
Versions: 27
Compression:
Stored size: 596 Bytes
Contents
create keyspace TypeConversions with placement_strategy = 'org.apache.cassandra.locator.LocalStrategy' AND strategy_options = [{replication_factor:1}]; use TypeConversions; create column family UUIDColumnConversion with comparator = TimeUUIDType; create column family SuperUUID with comparator = TimeUUIDType and column_type = Super; create column family IntegerConversion with comparator = 'IntegerType'; create column family LongConversion with comparator = 'LongType'; create column family CounterConversion with comparator = 'UTF8Type' and default_validation_class = CounterColumnType;
Version data entries
27 entries across 13 versions & 2 rubygems