Managing database resources
Create, alter, and drop keyspaces, tables, functions, and search indexes.
Warning: Schema changes, which involve CREATE, DROP, and ALTER statements, are not safe
for concurrent use. Performing more than one change in flight has a high probability of
causing irreconcilable conflicts, with nodes in the cluster using different schema
“versions” indefinitely.