blockchain/generate/database/create_kline_keyspace.cql

2 lines
95 B
SQL

create keyspace kline with replication = {'class': 'SimpleStrategy', 'replication_factor': 1};