# sprints schema
# fields
| Field | Type | Description |
|---|---|---|
| id | integer | The ID of the sprint |
| name | string | The name of the sprint |
| completedate | string | The completed date of the sprint |
| enddate | string | The target end date of the sprint |
| startdate | string | The start date of the sprint |
| originboardid | integer | The board ID of the sprint |
| projectid | string | The project ID of the sprint |
| state | string | The state the sprint |