You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE tests.teststaticfields (
username text,
id uuid,
favorites text,
likes text,
name text static,
surname text static,
PRIMARY KEY (username, id)
) WITH CLUSTERING ORDER BY (id ASC)
...
allow columns to be defined as static, example schema:
which would build this table
and produce these columns
The text was updated successfully, but these errors were encountered: