Table Management
Create new table
Create new table with metadata and optionally field definitions.
post/tables/create_table/{dbId}/{tableId}
Path parameters
dbIdstring required
Database ID
tableIdstring required
Table ID
Request body
Response
successful operation
Example response
{
"status": "success",
"message": "Table created with 5 field(s)"
}