Skip to main content
RevenueBase data are organized into tables. This page lists the main tables and what they contain.

Available tables

TableDescription
OrganizationOrganizations — primary entity table.
ContactContacts — link to companies via company_id.
InsightDerived insight data (scores, signals).
Historical ExperienceJob/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_at and/or updated_at in UTC.

Next steps