2
Add an extra table like:
CREATE TABLE project_monitor (
`project_id` attribute,
`uid` attribute,
primary key (`project_id`)
)
If you are definitely sure that the one project can only have ONE monitor, the 'uid' field can be added into project's own table.