Airtable · Schema

Airtable Table

An Airtable table is a collection of records organized with a defined set of fields and views within a base. Tables define the structure and schema of the data they contain.

ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheets

Properties

Name Type Description
id string The unique identifier for the table. Table IDs always start with the 'tbl' prefix.
name string The display name of the table.
description stringnull An optional description of the table's purpose and contents.
primaryFieldId string The ID of the primary field for this table. The primary field serves as the main identifier for records.
fields array The field definitions (columns) in the table.
views array The view definitions in the table.
View JSON Schema on GitHub