init
This commit is contained in:
5
RuoYi-Vue/sql/gen_table_project_rel.sql
Normal file
5
RuoYi-Vue/sql/gen_table_project_rel.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE gen_table_project_rel (
|
||||
id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY,
|
||||
table_id BIGINT NOT NULL,
|
||||
project_id BIGINT NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user