CreateTable
Description
Method for creating a new table in a schema in the database designer
-
TableName
-
TableLanguages (at least one)
-
DefaultLanguageId
-
Columns (at least the primary key column e.g. id)
Signature
int CreateTable(string key, int schemaId, WsDbTable newTable)
Parameters
Name | Data Type | Description |
---|---|---|
key |
string required |
The authentication key |
schemaId |
int required |
The schema ID. |
newTable |
WsDbTable required |
The new table. |