mirror of https://github.com/apache/cassandra
Update readme to include default_validation_class so the cli output matches what it says.
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1050265 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e231f71f0f
commit
e07d78d2bb
|
|
@ -62,7 +62,7 @@ something slightly more interesting...
|
|||
ece86bde-dc55-11df-8240-e700f669bcfc
|
||||
[default@unknown] use Keyspace1;
|
||||
Authenticated to keyspace: Keyspace1
|
||||
[default@Keyspace1] create column family Users with comparator=UTF8Type;
|
||||
[default@Keyspace1] create column family Users with comparator=UTF8Type and default_validation_class=UTF8Type;
|
||||
737c7a71-dc56-11df-8240-e700f669bcfc
|
||||
|
||||
[default@KS1] set Users[jsmith][first] = 'John';
|
||||
|
|
|
|||
Loading…
Reference in New Issue