| execution_id | Unique execution of a test | Primary Key | ✓ | nvarchar(100) | VARCHAR2(100) | varchar(100) | VARCHAR(100) | VARCHAR(100) |
| execution_start_ts | Timestamp of the start of the test | | ✓ | datetime2(7) | timestamp(6) | datetime(3) | TIMESTAMP | TIMESTAMP |
| cycle_user | The Cycle user who executed the test | | ✓ | nvarchar(100) | VARCHAR2(100) | varchar(100) | VARCHAR(100) | VARCHAR(100) |
| cycle_version | The version of Cycle which executed the test | | ✓ | nvarchar(100) | VARCHAR2(100) | varchar(100) | VARCHAR(100) | VARCHAR(100) |
| hardware_id | The serial number of the computer which executed the test | | ✓ | nvarchar(100) | VARCHAR2(100) | varchar(100) | VARCHAR(100) | VARCHAR(100) |
| computer_username | The user logged into the computer | | ✓ | nvarchar(100) | VARCHAR2(100) | varchar(100) | VARCHAR(100) | VARCHAR(100) |
| os | The OS Version for the computer that executed the test | | ✓ | nvarchar(100) | VARCHAR2(100) | varchar(100) | VARCHAR(100) | VARCHAR(100) |
| invoker | Indicates whether the test was run from Cycle-CLI or the Cycle Client | | ✓ | nvarchar(100) | VARCHAR2(100) | varchar(100) | VARCHAR(100) | VARCHAR(100) |