Boltic · Schema

Boltic Table

A Boltic Table is a no-code database entity for storing and managing structured data with a defined column schema.

AutomationDataSyncGatewaysNoCodeStreamingWorkflows

Properties

Name Type Description
id string Unique identifier for the table
name string Human-readable name for the table
description string Description of the table's purpose
columns array Schema definition of the table columns
rowCount integer Number of rows in the table
createdAt string
updatedAt string
View JSON Schema on GitHub