mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Added more tables
Started making table junctions
This commit is contained in:
parent
463c5ecd03
commit
122b1760cf
4 changed files with 56 additions and 15 deletions
5
packages/tables/junctions.sql
Normal file
5
packages/tables/junctions.sql
Normal file
|
@ -0,0 +1,5 @@
|
|||
CREATE IF NOT EXISTS TABLE group_junction (
|
||||
id INT(69) PRIMARY KEY AUTO_INCREMENT,
|
||||
group_id INT(69) NOT NULL,
|
||||
image_id INT(69) NOT NULL
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue