Skip to content

Individual2Narrative Table

Peter Midford edited this page Aug 10, 2015 · 3 revisions

This table implements a many-to-many relation between individuals and narratives.

The individual2narrative table contains 5 rows.

Field Type Null Default Comments
id int NO NULL primary key, auto increments
individual int YES NULL foreign key to individual
narrative int YES NULL foreign key to narrative

Clone this wiki locally