CreateSchema

Description

Method for creating a new schema in the database designer

Signature
int CreateSchema(string key, string schemaName)

Parameters

Name Data Type Description

key

string required

The authentication key

schemaName

string required

The name of the new schema.

Response

Data Type Description

int

The id of the new schema.

Example