Tables and Fields
Tables turn database rows into usable business screens: searchable grids, record forms, related records, and field-specific validation.

Add a table
From the workspace overview, open the workspace menu and choose Add Table. Select an existing database table or create a new one.
Admins can configure the table from the table menu.
Configure fields
Click a field in the form designer to edit its settings.
Common settings:
| Setting | Purpose |
|---|---|
| Field Label | User-facing name |
| SQL Column | Database column |
| Required | Blocks save when empty |
| Hide on Create | Shows only after the record exists |
| Admin Only | Editable only by workspace admins |
Field types
Use field types to make data entry cleaner: text, long text, number, date, select, checkbox, lookup, file, and read-only fields.
Lookup fields connect records across tables. If another table looks up this table, related records can appear in tabs at the bottom of the record form.
Removing a field removes it from the InfoLobby form only. It does not drop the underlying MySQL column.