Tables/content rating: Difference between revisions

From Joomla! Documentation

Dsiders (talk | contribs)
No edit summary
m categorisation
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== Usage: ==
== Usage ==
* Since:
* Since:


== 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 27: Line 27:


* Default character set: '''utf8'''
* Default character set: '''utf8'''
<noinclude>[[Category:Database]]</noinclude>

Latest revision as of 15:37, 16 March 2013

Usage

  • Since:

Description

content_rating Table (#__content_rating)
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

Indices
Index Name Column(s) Unique?
  • Default character set: utf8