Defines firmware supported by a particular device
| Column Name | Column Datatype | Column Null Option | Column Comment |
| firmware_uuid | byte(16) | not null | The uuid for this firmware |
| name | nvarchar(255) | not null | The name of the firmware |
| description | nvarchar(1024) | not null | A description of the firmware |
| image_filename | nvarchar(1024) | not null | Image filename |
| image_location | nvarchar(1024) | not null | Location of the image |
| image_releasenotes_filename | nvarchar(1024) | with null | The associated help file |
| image | long byte | with null | |
| release_date | date | with null | |
| release_notes | long byte | with null |
Product Name: Unicenter Wireless Site Management
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| firmware_uuid | wsm_link_rsrc_bundle_frmware | firmware_uuid |
| firmware_uuid | wsm_link_firmware_to_device | firmware_uuid |
| firmware_uuid | wsm_link_firmware_def_to_model | firmware_uuid |