Stores images that are mapped to levels
| Column Name | Column Datatype | Column Null Option | Column Comment |
| image_uuid | byte(16) | not null | The uuid of the image |
| filename | varchar(1024) | with null | The filename for the image |
| xsize | integer | with null | Image size in pixels |
| ysize | integer | with null | |
| image_type_id | integer | not null | The type of image .. F.K. to ca_image_type |
| calibration_in_feet | float | with null | Calibration_pixel_length = calibration_in_feet |
| calibration_pixel_length | integer | with null | |
| image_stored | long byte | with null | Images is stored as a blob for common sharing across multiple managers and guis |
| is_calibrated | integer | with null | 0 = not calibrated (default) 1 = calibrated |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| image_uuid | wsm_level | image_uuid |