| 1 |
<?php |
<?php |
| 2 |
// $Id: contemplate.install,v 1.5.2.5 2009/08/03 20:59:19 jrglasgow Exp $ |
// $Id: contemplate.install,v 1.5.2.5.2.1 2009/09/12 02:25:14 jrglasgow Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 24 |
'body' => array('type' => 'text', 'not null' => TRUE, 'description' => 'tempalte for body'), |
'body' => array('type' => 'text', 'not null' => TRUE, 'description' => 'tempalte for body'), |
| 25 |
'rss' => array('type' => 'text', 'not null' => TRUE, 'description' => 'tempalte for rss'), |
'rss' => array('type' => 'text', 'not null' => TRUE, 'description' => 'tempalte for rss'), |
| 26 |
'enclosure' => array('type' => 'varchar', 'length' => '128', 'not null' => TRUE, 'description' => 'enclosure information to be used with this node type.'), |
'enclosure' => array('type' => 'varchar', 'length' => '128', 'not null' => TRUE, 'description' => 'enclosure information to be used with this node type.'), |
| 27 |
'flags' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 7, 'disp-width' => '10', 'description' => 'bitmask of flags for this node type, which are enables, etc...') |
'flags' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 7, 'disp-width' => '10', 'description' => 'Bitmask of flags for this node type, which are enabled, etc...') |
| 28 |
), |
), |
| 29 |
'indexes' => array( |
'indexes' => array( |
| 30 |
'type' => array('type') |
'type' => array('type') |