I have Table having lots of data in Riak time series, but now I want to make this table alter to add some columns, How can I do that?
I tried:
alter table Person add column designation varchar(23);
I am getting the following error:
Extension alter not implemented.
Suggest me soon!