blockchain/generate/database/create_kline_keyspace.cql

2 lines
95 B
Cassandra CQL
Raw Normal View History

2025-08-06 23:41:18 +00:00
create keyspace kline with replication = {'class': 'SimpleStrategy', 'replication_factor': 1};