Constructor new Table(tableName) → {Table} Parameters: Name Type Description tableName string The name of the table to create. Source: index.js, line 477 Returns: tableInstance - Contains the contents, tableName, createdAt { Date} and updatedAt { Date }. Type Table