Add comment for joining table
parent
7be2365598
commit
f47aa5d0d3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue