Closed keiono closed 10 years ago
Currently, there is no way to create new List column. We need to support it by adding new option in POST Column API. The new POST format will be:
{ "name": COL_NAME, "type": COL_TYPE, "immutable": (optional), "isList": (optional. If true, create as List) {
Fixed, but format is slightly different from the proposal:
{ "name": COL_NAME, "type": COL_TYPE, "immutable": (optional), "list": (optional. If true, create as List) {
Currently, there is no way to create new List column. We need to support it by adding new option in POST Column API. The new POST format will be: