tracker_schema

function tracker_schema

tracker_schema()

Implements hook_schema().

File

core/modules/tracker/tracker.install, line 31
Install, update, and uninstall functions for tracker.module.

Code

function tracker_schema() {
  $schema['tracker_node'] = array(
    'description' => 'Tracks when nodes were last changed or commented on.',
    'fields' => array(
      'nid' => array(
        'description' => 'The {node}.nid this record tr