2005-4-9 West Building
Several words commonly used in the database
Channel Channel is used for channel division first level channel
Class categories are used to divide channel large channels or secondary channels, etc.
TYPE type is used to explain the types of articles such as: recommend original, etc.
Speical is specifically used to explain that the article belongs to the subject matter, such as: a topic, contains many articles
Some regular databases in background management
First, I want to think about it, and the articles that are often seen on the web page have form:
When the title is displayed, [Recommended] [Boutique] [Original], etc.
And these are generally placed in the TYPE table
The design is as follows:
Table name: Type
ID TYPE_NAME
1 recommended
2 boutique
3 original
4 reprint
5 announcement
6 download
7 pay attention
8 suggestion
9 focus
10 society
Implementation in the background page is as follows: