aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/music/music-suite/data/createtable.json
blob: 71b47163030d79fccc35c310d793d07aa83f48a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"clusteringOrder":null,
	"consistencyInfo":{"type":"eventual"},
	"fields":{"PRIMARY KEY":"(name)",
	"name":"text","job":"text","threadIndex":"int"},
	"keyspaceName":null,
	"primaryKey":null,
	"properties":null,
	"sortingKey":null,
	"tableName":null
}