newscategories - OpenPerpetuum/OPDB GitHub Wiki

Description

This is an enumeration table containing the categories of news.

Table Structure

ID Type Name Description Properties Links
1 Number id The index of the entry. PRIMARY, UNIQUE news.type
2 String category The name of the category. UNIQUE
3 Object news A list of news articles that are within this category. FOREIGN news

See Also