tasks
subagenttasks · owned by subagenttasks.com · 13 columns
| # | column | type | nullability | default | pk |
|---|---|---|---|---|---|
| 1 | id |
TEXT |
pk not null | none | yes |
| 2 | subject |
TEXT |
not null | none | |
| 3 | description |
TEXT |
not null | none | |
| 4 | active_form |
TEXT |
nullable | none | |
| 5 | status |
TEXT |
not null | 'pending' |
|
| 6 | owner |
TEXT |
nullable | none | |
| 7 | metadata |
TEXT |
not null | '{}' |
|
| 8 | session_id |
TEXT |
not null | none | |
| 9 | source_site |
TEXT |
not null | none | |
| 10 | contract_id |
TEXT |
nullable | none | |
| 11 | blocked_reason |
TEXT |
nullable | none | |
| 12 | created_at |
TEXT |
not null | datetime('now') |
|
| 13 | updated_at |
TEXT |
not null | datetime('now') |
source: live-queried via D1 MCP this session · JSON