Subversion Repositories computer_asset_manager_v1

Rev

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

Rev 37 Rev 49
Line 108... Line 108...
108
         'device_id' => array('keyfield' => true , 'required' => true , 'readonly' => true , 'type' => 'int' , 'width' => 10),
108
         'device_id' => array('keyfield' => true , 'required' => true , 'readonly' => true , 'type' => 'int' , 'width' => 10),
109
         /* Just a place to record some notes */
109
         /* Just a place to record some notes */
110
         'notes' => array('type' => 'text'),
110
         'notes' => array('type' => 'text'),
111
         /* Just a place to record some notes */
111
         /* Just a place to record some notes */
112
         'restrictions' => array('type' => 'text'),
112
         'restrictions' => array('type' => 'text'),
-
 
113
         /* serial number */
-
 
114
         'serial' => array( 'type' => 'string', 'width' => 64 ),
113
         /* date record was added */
115
         /* date record was added */
114
         'added_date' => array('required' => true , 'type' => 'datetime')
116
         'added_date' => array('required' => true , 'type' => 'datetime')
115
      )
117
      )
116
   ),
118
   ),
117
   /* links devices and their attributes together */
119
   /* links devices and their attributes together */