Tables/content rating
From Joomla! Documentation
< Tables(Difference between revisions)
(New page: == Usage: == * Since: == Description: == {| border="1" |+ '''content_rating Table (#__content_rating)''' |- bgcolor="lightgrey" | Field || Type || Nullable || Default || Key || Extra || ...) |
|||
| Line 26: | Line 26: | ||
|} | |} | ||
| − | * | + | * Default character set: '''utf8''' |
Revision as of 16:45, 30 August 2010
Usage:
- Since:
Description:
| Field | Type | Nullable | Default | Key | Extra | Comments |
| content_id | integer | NOT NULL | 0 | PK | ||
| rating_sum | integer unsigned | NOT NULL | 0 | |||
| rating_count | integer unsigned | NOT NULL | 0 | |||
| lastip | varchar(50) | NOT NULL |
Notes
| Index Name | Column(s) | Unique? |
- Default character set: utf8