Difference between revisions of "Tables/content rating"

From Joomla! Documentation

< Tables
(class="wikitable")
m (categorisation)
 
Line 1: Line 1:
== Usage: ==
+
== Usage ==
 
* Since:
 
* Since:
  
== Description: ==
+
== Description ==
  
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 27: Line 27:
  
 
* Default character set: '''utf8'''
 
* Default character set: '''utf8'''
 +
 +
<noinclude>[[Category:Database]]</noinclude>

Latest revision as of 10:37, 16 March 2013

Usage[edit]

  • Since:

Description[edit]

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[edit]

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