| 1 |
<?php |
<?php |
| 2 |
// $Id: index.install,v 1.1.2.3 2009/10/19 01:19:46 xano Exp $ |
// $Id: index.install,v 1.1.2.4 2009/11/08 20:11:49 xano Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 73 |
'unsigned' => TRUE, |
'unsigned' => TRUE, |
| 74 |
'not null' => TRUE, |
'not null' => TRUE, |
| 75 |
), |
), |
| 76 |
'depth' => array( |
'lineage' => array( |
| 77 |
'description' => "The layer's depth in the hierarchy.", |
'description' => "The lineage that describes this layer's position.", |
| 78 |
'type' => 'int', |
'type' => 'varchar', |
| 79 |
'size' => 'tiny', |
'length' => 255, |
| 80 |
'default' => 0, |
'default' => NULL, |
| 81 |
), |
), |
| 82 |
'type' => array( |
'entity_type' => array( |
| 83 |
'description' => "This layer's data type.", |
'description' => "This layer's data type.", |
| 84 |
'type' => 'varchar', |
'type' => 'varchar', |
| 85 |
'length' => 255, |
'length' => 255, |