This object represents a relational table on a database connection
| Property | Type | Description |
|---|---|---|
| name | String | Name of the table |
| columns | Available columns on the table | |
| primaryKey | String | The primary key column |
| indexes | Available indices on the table | |
| foreignKeys | Available foreign key constraints |