use `bigint` for long.
Regards, Varun Barala On Thu, Dec 8, 2016 at 10:32 AM, Check Peck <comptechge...@gmail.com> wrote: > What is the CQL data type I should use for long? I have to create a column > with long data type. Cassandra version is 2.0.10. > > CREATE TABLE storage ( > key text, > clientid int, > deviceid long, // this is wrong I guess as I don't see long in CQL? > PRIMARY KEY (topic, partition) > ); > > I need to have "deviceid" as long data type. Bcoz I am getting deviceid as > long and that's how I want to store it. >