Skip to content

newscategories

Timothy C edited this page Dec 30, 2017 · 1 revision

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