home / prelib

Menu
  • Search all tables

prelib_editiongraphie

Graphies des éditions

Data license: Licence Ouverte version 2.0

0 rows where edition_id = 2178

✎ View and edit SQL

This data as json

0 records

CREATE TABLE "prelib_editiongraphie" (
"id" INTEGER,
  "edition_id" INTEGER,
  "graphie_id" INTEGER
  ,PRIMARY KEY ([id]),
   FOREIGN KEY(edition_id) REFERENCES prelib_edition(id),
   FOREIGN KEY(graphie_id) REFERENCES prelib_graphie(id)
);
Powered by Datasette · Queries took 11.674ms · Data license: Licence Ouverte version 2.0