Subversion Repositories computer_asset_manager_v1

Rev

Rev 1 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 49
Line 50... Line 50...
50
         'added_date' => array('type' => 'datetime'),
50
         'added_date' => array('type' => 'datetime'),
51
         'maintenance_task_id' => array('keyfield' => true , 'required' => true , 'readonly' => true , 'type' => 'int' , 'width' => 10),
51
         'maintenance_task_id' => array('keyfield' => true , 'required' => true , 'readonly' => true , 'type' => 'int' , 'width' => 10),
52
         /* A description of the task */
52
         /* A description of the task */
53
         'description' => array('type' => 'string' , 'width' => 64)
53
         'description' => array('type' => 'string' , 'width' => 64)
54
      )
54
      )
55
   )
55
   );
56
?>
56
?>