Available tables
| Table | Description |
|---|---|
| Organization | Organizations — primary entity table. |
| Contact | Contacts — link to companies via company_id. |
| Insight | Derived insight data (scores, signals). |
| Historical Experience | Job/experience history for contacts. |
Schema conventions
- Primary keys — Each table has a unique identifier column (e.g.,
id). Use it for joins and deduplication. - Foreign keys — Columns that reference another table’s primary key are documented on the table pages and in Joining tables.
- Timestamps — Many tables include
created_atand/orupdated_atin UTC.
