compound_primary_key
Data license: Apache License 2.0 · Data source: tests/fixtures.py · About: About Datasette
2 rows
This data as json, testall, testnone, testresponse, CSV (advanced)
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE compound_primary_key ( pk1 varchar(30), pk2 varchar(30), content text, PRIMARY KEY (pk1, pk2) );