Skip to main content

Data dictionary

The data dictionary defines the fields (columns) available across RevenueBase data feed tables. Use it to understand types, allowed values, and how fields are used.

How to use this page

  • Table — The table the field belongs to.
  • Field — Column name as it appears in queries.
  • Type — Data type (e.g., string, integer, timestamp).
  • Description — What the field represents and any constraints.

Common types

TypeDescriptionExample
stringText, often with max length"Acme Corp"
integerWhole number42
bigintLarge integer (e.g., IDs)1234567890
decimalNumeric with precision99.99
booleanTrue/falsetrue
timestampDate and time (usually UTC)2024-01-15T12:00:00Z
dateDate only2024-01-15

Sample fields (placeholder)

Below are example entries. Replace with your real table and field list.
TableFieldTypeDescription
companiesidbigintUnique company identifier.
companiesnamestringCompany name.
companiescreated_attimestampWhen the record was created.
contactsidbigintUnique contact identifier.
contactscompany_idbigintForeign key to companies.id.
contactsemailstringEmail address.

Table-specific details

For full column lists and table-specific notes, see the individual table pages under Tables & Schema (e.g., Companies, Contacts).