| 1 |
<?php |
<?php |
| 2 |
|
|
| 3 |
// $Id: friendlist_api.install,v 1.1.2.7 2008/09/30 10:50:43 mercmobily Exp $ |
// $Id: friendlist_api.install,v 1.1.2.8 2008/09/30 12:11:18 mercmobily Exp $ |
| 4 |
|
|
| 5 |
/** |
/** |
| 6 |
* @file |
* @file |
| 133 |
'type' => 'int', |
'type' => 'int', |
| 134 |
'unsigned' => TRUE, |
'unsigned' => TRUE, |
| 135 |
'not null' => TRUE, |
'not null' => TRUE, |
|
'default' => 0, |
|
| 136 |
), |
), |
| 137 |
'rid' => array( |
'rid' => array( |
| 138 |
'description' => t('Link back to the relation ID that OWNS the status. It might be empty'), |
'description' => t('Link back to the relation ID that OWNS the status. It might be empty'), |
| 139 |
'type' => 'int', |
'type' => 'int', |
| 140 |
'unsigned' => TRUE, |
'unsigned' => TRUE, |
| 141 |
'not null' => FALSE, |
'not null' => FALSE, |
|
'default' => 0, |
|
| 142 |
), |
), |
| 143 |
|
|
| 144 |
'last_update_time' => array( |
'last_update_time' => array( |