-- The photographer's own verdict/rating. One opinion per photo, so these -- live on the photo itself rather than in the per-link feedback tables. alter table photos add column owner_rating int check (owner_rating between 1 and 5); alter table photos add column owner_verdict text check (owner_verdict in ('accept', 'reject'));