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 || ...) |
(class="wikitable") |
||
| (One intermediate revision by one user not shown) | |||
| Line 4: | Line 4: | ||
== Description: == | == Description: == | ||
| − | {| border="1" | + | {| class="wikitable" border="1" |
|+ '''content_rating Table (#__content_rating)''' | |+ '''content_rating Table (#__content_rating)''' | ||
|- bgcolor="lightgrey" | |- bgcolor="lightgrey" | ||
| Line 20: | Line 20: | ||
== Notes == | == Notes == | ||
| − | {| border="1" | + | {| class="wikitable" border="1" |
|+ '''Indices''' | |+ '''Indices''' | ||
|- bgcolor="lightgrey" | |- bgcolor="lightgrey" | ||
| Line 26: | Line 26: | ||
|} | |} | ||
| − | * | + | * Default character set: '''utf8''' |
Revision as of 22:15, 24 September 2011
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