custom_foreign_key_label
Data license: Apache License 2.0 · Data source: tests/fixtures.py · About: About Datasette
1 row where foreign_key_with_custom_label = 1
This data as json, testall, testnone, testresponse, CSV (advanced)
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "custom_foreign_key_label" ( pk varchar(30) primary key, foreign_key_with_custom_label text, FOREIGN KEY ("foreign_key_with_custom_label") REFERENCES [primary_key_multiple_columns_explicit_label](id) );