home / prelib

Menu
  • Search all tables

prelib_sourcepersonne

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_sourcepersonne" (
"id" INTEGER,
  "page_debut" INTEGER,
  "page_fin" INTEGER,
  "concerne" TEXT,
  "edition_id" INTEGER,
  "personne_id" INTEGER
  ,PRIMARY KEY ([id]),
   FOREIGN KEY(personne_id) REFERENCES prelib_personne(id),
   FOREIGN KEY(edition_id) REFERENCES prelib_edition(id)
);
Powered by Datasette · Queries took 13.825ms · Data license: Licence Ouverte version 2.0