Add tags table to database.
Implement the tags in nice relational fashion, but set up triggers to avoid quering the tags table with each select of comments, and instead precalculate a textual tags column inside the comments table. Also added a migration script.
Loading
Please register or sign in to comment