more stuff
This commit is contained in:
parent
835c5fdd66
commit
d2ad994716
6 changed files with 84 additions and 50 deletions
|
|
@ -63,6 +63,7 @@ CREATE TABLE structure_dbs (
|
|||
PRIMARY KEY(db_id, structure_id),
|
||||
FOREIGN KEY(db_id) REFERENCES dbs(id),
|
||||
FOREIGN KEY(structure_id) REFERENCES structures(id)
|
||||
UNIQUE(alias, structure_id)
|
||||
);
|
||||
|
||||
CREATE TABLE files (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue