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)
|
||||
);
|
||||
|
||||
-- Joining table --
|
||||
CREATE TABLE ancestries_sourceentries (
|
||||
id INTEGER PRIMARY KEY
|
||||
,ancestry_id INTEGER NOT NULL
|
||||
|
|
Loading…
Reference in New Issue