Files
yidaima/RuoYi-Vue/sql/gen_table_project_rel.sql

5 lines
152 B
MySQL
Raw Normal View History

2025-08-14 14:43:47 +08:00
CREATE TABLE gen_table_project_rel (
id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY,
table_id BIGINT NOT NULL,
project_id BIGINT NOT NULL
);