I have table with this structure
create table job_tags ( job_id varchar not null, tag varchar(50) not null, foreign key (job_id) references jobs(