| 1 |
<?php |
<?php |
| 2 |
//$Id$ |
//$Id: video_ffmpeg_helper.install,v 1.2.2.1 2009/05/27 01:48:28 heshanmw Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Provide installation functions for video_ffmpeg_helper.module . |
* Provide installation functions for video_ffmpeg_helper.module . |
| 30 |
'not null' => TRUE, |
'not null' => TRUE, |
| 31 |
'default' => 0, |
'default' => 0, |
| 32 |
), |
), |
|
'fid' => array( |
|
|
'description' => t('FIle id, index to the {files}.fid'), |
|
|
'type' => 'int', |
|
|
'unsigned' => TRUE, |
|
|
'not null' => TRUE, |
|
|
'default' => 0, |
|
|
), |
|
| 33 |
'origfile' => array( |
'origfile' => array( |
| 34 |
'description' => t('original file path'), |
'description' => t('original file path'), |
| 35 |
'type' => 'text', |
'type' => 'text', |
| 64 |
), |
), |
| 65 |
), |
), |
| 66 |
'indexes' => array( |
'indexes' => array( |
|
'fid' => array('fid'), |
|
| 67 |
'nid' => array('nid'), |
'nid' => array('nid'), |
| 68 |
), |
), |
| 69 |
'primary key' => array('vid'), |
'primary key' => array('vid'), |