comment_schema()
Implements hook_schema().
File
core/modules/comment/comment.install, line 39 Install, update and uninstall functions for the Comment module.
Code
function comment_schema() {
$schema['comment_entity_statistics'] = array(
'description' => 'Maintains statistics of entity and comments posts to show "new" and "updated" flags.',
'fields' => array(
'entity_id' => array(
'type' => 'int',
'unsigned' => TRUE,
'not null' => TRUE,