TypeHub

A next generation API and data design platform.

Sign up Login in Browse

Backend_DatabaseTable

This object represents a relational table on a database connection

Document
Property Type Description
name Text Name of the table
columns Backend_DatabaseTableColumn Available columns on the table
primaryKey Text The primary key column
indexes Backend_DatabaseTableIndex Available indices on the table
foreignKeys Backend_DatabaseTableForeignKeyConstraint Available foreign key constraints
part of the Apioo-Project