Name | Type | Description | Notes |
---|---|---|---|
columns | Array<TableMetadataColumnsResponse> | A list of columns and their metadata | [optional] |
foreign_keys | Array<TableMetadataForeignKeysIndexesResponse> | A list of foreign keys and their metadata | [optional] |
indexes | Array<TableMetadataForeignKeysIndexesResponse> | A list of indexes and their metadata | [optional] |
name | String | The name of the table | [optional] |
primary_key | AllOfTableMetadataResponseSchemaPrimaryKey | Primary keys metadata | [optional] |
select_star | String | SQL select star | [optional] |