AlterTableAddColumnsRequest¶
Properties¶
| Name | Type | Description | Notes |
|---|---|---|---|
| identity | Identity | [optional] | |
| id | List<String> | Table identifier path (namespace + table name) | [optional] |
| newColumns | List<AddColumnsEntry> | List of new columns to add to the table |
| Name | Type | Description | Notes |
|---|---|---|---|
| identity | Identity | [optional] | |
| id | List<String> | Table identifier path (namespace + table name) | [optional] |
| newColumns | List<AddColumnsEntry> | List of new columns to add to the table |