newstypes


Description

Defines the news types which are contained the database. The news types are displayed on the Germinate user interface and are not required if the user interface is not used.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
news.newstype_id news_ibfk_1C

Primary id for this table. This uniquely identifies the row.

name VARCHAR 255 null

Name of the news type.

description VARCHAR 255 null

A longer description of the news type.

created_on DATETIME 26 CURRENT_TIMESTAMP

When the record was created.

updated_on TIMESTAMP 26 CURRENT_TIMESTAMP

When the record was updated. This may be different from the created on date if subsequent changes have been made to the underlying record.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id

Relationships