# Function create()

>**create**(columns, tableName = 'tableName')
- Create a table object with the specified columns

- See [Functions](../functions.md)

## Parameters

| Parameter |Type |Default |Description |
|  ---- | ---- | ---- | ---- |
**columns** |array | |string array of the columns to add |
**tableName** |string |'tableName' |table name. |
