Create tables in a database

Create tables in a database. It is possible to post a maximum of 1000 tables per request.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
dbName
required
string

Name of the database to create tables in.

query Parameters
ensureParent
boolean
Default: false

Create database if it doesn't exist already

Request Body schema: application/json
required

List of tables to create.

Array of objects (RawDBTable)
Responses
201

The created tables.

400

Missing required fields.

post/raw/dbs/{dbName}/tables
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}