kallaspriit / Cassandra-PHP-Client-Library

Cassandra PHP-based client library for managing and querying your Cassandra cluster
http://cassandra-php-client-library.com
103 stars 25 forks source link

How to create Composite or Multi Primary key ? #34

Open anhphuong opened 10 years ago

anhphuong commented 10 years ago

Hi everybody,

I try create new Table / ColumnFamily like this cql: CREATE TABLE users(uname text,age int, PRIMARY KEY(uname,age));

So, I don't known how to do with this Php-Client-Library to make the Table / ColumnFamily like query above.

Anyone known that, please share to me ! Thanks alot !