CREATE TABLE gen_table_project_rel ( id BIGINT NOT NULL AUTO_INCREMENT PRIMARY KEY, table_id BIGINT NOT NULL, project_id BIGINT NOT NULL );