Created
November 28, 2012 19:42
-
-
Save thobbs/4163576 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE TABLE scores ( | |
some_partition_key text, | |
score int, | |
test_id uuid, | |
field_a text, | |
field_b text, | |
PRIMARY KEY (some_partition_key, score, test_id) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment