/[drupal]/contributions/modules/click/click.mysql
ViewVC logotype

Diff of /contributions/modules/click/click.mysql

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2.2.1 by unconed, Sat Jan 21 02:37:10 2006 UTC revision 1.2.2.2 by unconed, Thu Apr 13 15:45:05 2006 UTC
# Line 0  Line 1 
1    --
2    -- Table structure for table 'click'
3    --
4    
5    CREATE TABLE clicks (
6      gid          int(2)  NOT NULL default '0',
7      nid          int(10) NOT NULL default '0',
8      day_clicks   int(10) NOT NULL default '0',
9      week_clicks  int(10) NOT NULL default '0',
10      total_clicks int(10) NOT NULL default '0',
11      start        int(10) NOT NULL default '0',
12      last         int(10) NOT NULL default '0',
13      PRIMARY KEY (gid, nid)
14    ) TYPE=MyISAM;

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

  ViewVC Help
Powered by ViewVC 1.1.3