first off, your naming...
if you have a project table, don't call the columns projectid, projectname etc...
call them, id, name, address.
then you have your second table describing the different types of constructions, and then a third table that will link them.
table project
id
name
address
table construction
id
name
table project_construction
id
project_id
construction_id