home / fixtures

Menu
  • GraphQL API

bad_foreign_key

Table actions
  • GraphQL API for bad_foreign_key

1 row

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ fk
1 1 1 1

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE bad_foreign_key (
            fk integer not null references not_a_table(id) deferrable initially deferred
        );
Powered by Datasette · Queries took 6.246ms · About: simonw/datasette-graphql