prelib_sourcepersonne
Data license: Licence Ouverte version 2.0
8 rows
This data as json, CSV (advanced)
Suggested facets: page_debut, page_fin, concerne, edition_id, personne_id
Advanced export
JSON shape: default, array, newline-delimited, object
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) );