create table product_categories ( categories ); comment on column product_categories.categories is ' A list of categories to which this product belongs. ';