· 8 years ago · Jul 25, 2018, 02:42 PM
1CREATE TABLE IF NOT EXISTS st_revision (
2 uid timeuuid,
3 service text,
4 type text,
5 id text,
6 url text,
7 revision text,
8 creationDate timestamp,
9 PRIMARY KEY (uid, service, type)
10 ) WITH CLUSTERING ORDER BY (uid DESC);