| 
| 
  | $name = "SatelliteLog" | 
|   | 
| 
  | $preferred_db = 'plugin:SatelliteDB' | 
|   | 
|   | $columns | 
|   | 
  
  
      
        
          | SatelliteLogModel::$columns | 
         
       
   | 
  
protected   | 
  
 
Initial value:= array(
    'satelliteLogID' => array('type'=>'INT', 'primary_key'=>true, 'increment'=>true),
    'dtransactionsID' => array('type'=>'INT'),
    'capSigID' => array('type'=>'INT'),
    'paycardID' => array('type'=>'VARCHAR(10)'),
    'tdate' => array('type'=>'DATETIME'),
    )
 
 
 
The documentation for this class was generated from the following file:
- fannie/modules/plugins2.0/SatelliteStore/models/SatelliteLogModel.php