Skip to content

table.create

Create a table.

js
let created = table.create(datasourceName, tableName);
let created = table.create(datasourceName, tableName);

Parameters

  • datasourceName - Name of the datasource.
  • tableName - Name of the table.

Example

js
let created = table.create("Internal Datastore", "users");
let created = table.create("Internal Datastore", "users");