| Column Name | Data Type | Description | 
| host_id | NUMBER | Foreign key to host details | 
| host_name | STRING | Host name | 
| host_type | STRING | Host type | 
| log_date | DATE | Date and time when the history was captured | 
| total_volume_size_gb | NUMBER | Total volume size in GiB | 
| total_volume_size_kb | NUMBER | Total volume size in KiB | 
| used_volume_size_gb | NUMBER | Used volume size in GiB | 
| used_volume_size_kb | NUMBER | Used volume size in KiB | 
| vm_host_id | NUMBER | Foreign key to VM server details | 
| vm_host_name | STRING | VM server name | 
| vm_id | NUMBER | Foreign key to VM details | 
| vm_name | STRING | VM name | 
| vm_size_gb | NUMBER | VM size in GiB | 
| vm_size_kb | NUMBER | VM size in KiB |