python-gallery/packages/tables/junctions.sql

5 lines
150 B
MySQL
Raw Normal View History

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
);