Add comment for joining table

source_entries
Brian Haley 2019-09-06 15:47:33 -04:00
parent 7be2365598
commit f47aa5d0d3
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ CREATE TABLE ancestry_additionalangs (
FOREIGN KEY (lang_id) REFERENCES langs(lang_id) FOREIGN KEY (lang_id) REFERENCES langs(lang_id)
); );
-- Joining table --
CREATE TABLE ancestries_sourceentries ( CREATE TABLE ancestries_sourceentries (
id INTEGER PRIMARY KEY id INTEGER PRIMARY KEY
,ancestry_id INTEGER NOT NULL ,ancestry_id INTEGER NOT NULL