/[drupal]/contributions/modules/inventory/inventory.install
ViewVC logotype

Diff of /contributions/modules/inventory/inventory.install

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

revision 1.2, Wed Feb 28 20:02:13 2007 UTC revision 1.3, Fri Sep 26 16:34:50 2008 UTC
# Line 5  function inventory_install() { Line 5  function inventory_install() {
5                          nid      INT UNSIGNED NOT NULL,                          nid      INT UNSIGNED NOT NULL,
6                          vid      INT UNSIGNED NOT NULL,                          vid      INT UNSIGNED NOT NULL,
7                          fieldset VARCHAR(255) NOT NULL,                          fieldset VARCHAR(255) NOT NULL,
8                          name     VARCHAR(255) NOT NULL,                          itemkey  VARCHAR(255) NOT NULL,
9                          count    INT UNSIGNED NOT NULL,                          count    INT UNSIGNED NOT NULL,
10                          PRIMARY KEY (vid, name),                          PRIMARY KEY (vid, fieldset, itemkey),
11                          INDEX (nid)                          INDEX (nid)
12                          )'                          )'
13    );    );

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2