All workspace tables

Workspace reference

Column types

Every table is made of columns, and the column type decides what a value can do: whether it filters cleanly, triggers workflows, connects tables, or computes itself. Types come in three tiers — Standard, Premium, and Advanced — and each has a dedicated reference page.

Standard

The everyday building blocks available on every table.

Premium

Higher-power columns for money, sign-offs, and in-record actions.

Advanced

Relational, computed, and AI-powered columns that connect and automate the data model.

Choosing a type

If the value comes from a known list, use a select — free text cannot drive tabs or workflows.
If the value points at another record, use Link To Object instead of copying data between tables.
If the value can be calculated, use Formula or Rollup — never store derived values by hand.
If the value is money, use Currency; if it needs a name attached, use Signature.
Read the schemas concept