Class: Table

Table(tableName) → {Table}

The table class.

Constructor

new Table(tableName) → {Table}

Parameters:
Name Type Description
tableName string The name of the table to create.
Source:
Returns:
tableInstance - Contains the contents, tableName, createdAt { Date} and updatedAt { Date }.
Type
Table