view_table_news


Columns

Column Type Size Nulls Auto Default Children Parents Comments
news_id INT 10 0

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

news_title VARCHAR 255 null

A title which is used to name this news item. This appears in the Germinate user interface if used.

news_content MEDIUMTEXT 16777215 null

The textual content of this news item.

news_hyperlink VARCHAR 255 null

HTML hyperlink to use for this news item. This can be a link to another source which contains more information or a link to the original source.

news_image VARCHAR 255 null

Image to use with this news item.

newstype_id INT 10 0

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

newstype_name VARCHAR 255 null

Name of the news type.

newstype_description VARCHAR 255 null

A longer description of the news type.

created_on DATETIME 26 null

When the record was created.

updated_on TIMESTAMP 26 null

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

View Definition


Possibly Referenced Tables/Views