/[drupal]/contributions/modules/ecommerce/ec_product/ec_product.install
ViewVC logotype

Diff of /contributions/modules/ecommerce/ec_product/ec_product.install

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

revision 1.2.2.18, Sun Oct 18 14:18:20 2009 UTC revision 1.2.2.19, Sun Oct 18 22:31:32 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ec_product.install,v 1.2.2.17 2009/07/05 04:30:41 gordon Exp $  // $Id: ec_product.install,v 1.2.2.18 2009/10/18 14:18:20 davea Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 58  function ec_product_schema() { Line 58  function ec_product_schema() {
58        'ptype' => array('type' => 'varchar', 'length' => '75', 'not null' => TRUE, 'default' => ''),        'ptype' => array('type' => 'varchar', 'length' => '75', 'not null' => TRUE, 'default' => ''),
59        'sku' => array('type' => 'varchar', 'length' => '75', 'not null' => FALSE),        'sku' => array('type' => 'varchar', 'length' => '75', 'not null' => FALSE),
60        'price' => array('type' => 'numeric', 'not null' => TRUE, 'default' => 0, 'precision' => '10', 'scale' => '2'),        'price' => array('type' => 'numeric', 'not null' => TRUE, 'default' => 0, 'precision' => '10', 'scale' => '2'),
61          'anon_policy' => array('type' => 'int', 'size' => 'tiny', 'not null' => TRUE, 'default' => 0),
62      ),      ),
63      'unique keys' => array(      'unique keys' => array(
64        'vid' => array('vid')),        'vid' => array('vid')),

Legend:
Removed from v.1.2.2.18  
changed lines
  Added in v.1.2.2.19

  ViewVC Help
Powered by ViewVC 1.1.2