-
Notifications
You must be signed in to change notification settings - Fork 0
Individual Table
Peter Midford edited this page Aug 10, 2015
·
3 revisions
This table holds named individuals (as opposed to named classes or types). These are particular spiders, parts of particular spiders, etc. Individual events are associated with their claims and not recorded here.
The individual table currently has 14 rows.
| Field | Type | Null | Default | Comments |
|---|---|---|---|---|
| id | int | NO | NULL | primary key, auto increments |
| source_id | varchar(512) | YES | NULL | should be obsoleted by uidset |
| generated_id | varchar(512) | YES | NULL | should be obsoleted by uidset |
| label | varchar(64) | YES | NULL | |
| term | int | YES | NULL | foreign key to term; this is the individual's type |
| uidset | int | YES | NULL | foreign key to uidset
|