Tables

Create Table

Create a new table in the specified database.

post/databases/{databaseId}/tables

Request body

namestring
descriptionstring
primaryFieldNamestring

Response

The newly created table.

Changes