custom_foreign_key_label

Data source: github.com/simon/datasette-psutil · About: /-/psutil demo

1 row sorted by foreign_key_with_custom_label

View and edit SQL

pk foreign_key_with_custom_label ▼
1 1

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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)
);
Powered by Datasette · Query took 6.702ms · Data source: github.com/simon/datasette-psutil · About: /-/psutil demo