| 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 |
| 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')), |