Answer the question
In order to leave comments, you need to log in
How to organize work with tags?
The site is planned to organize tags:
Create a tags table that will describe each tag with a link to an image and the tag name will be a unique index (for quick lookup). Create a tags field in the article table, where tag names are stored separated by commas.
Answer the question
In order to leave comments, you need to log in
tags
-id
-name
-img
....
tags_relationships
-article_id
-tag_id
i.e. a table with tags and a separate table where you specify the relationship between the ID of a particular article and the ID of a particular tag
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question