How to create Composite or Multi Primary key ?
anhphuong opened this issue · 0 comments
anhphuong commented
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 !