Google Tasks
Explore the interactive ERD
Table & Field Reference
task_link
| Column | Type | Keys |
|---|---|---|
index | Unknown | PK |
task_id | String | PKFK |
description | String | |
link | String | |
type | String |
task
| Column | Type | Keys |
|---|---|---|
id | String | PK |
parent | String | FK |
tasklist_id | String | FK |
completed | Instant | |
deleted | Boolean | |
due | Instant | |
etag | String | |
hidden | Boolean | |
kind | String | |
notes | String | |
position | String | |
self_link | String | |
status | String | |
title | String | |
updated | Instant |
tasklist
| Column | Type | Keys |
|---|---|---|
id | String | PK |
etag | String | |
kind | String | |
self_link | String | |
title | String | |
updated | Instant |