| Field | Type | Description |
|---|---|---|
id | primary key | |
service | string | Service user to run the speedtest. |
ping | double | As milliseconds |
download | unsigned big int | As bytes |
upload | unsigned big int | As bytes |
comments | text | User added comments. |
data | json | The raw response from the speedtest. |
status | string |
|
scheduled | boolean | Was the result scheduled. |
created_at | timestamp | When the record was created. |
updated_at | timestamp | When the record was last updated. |