0

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!

チーズパン
  • 2,752
  • 8
  • 42
  • 63

1 Answers1

0

ALTER and DROP are not currently supported in Riak TS (Version 1.4) See the following question for more details: DELETE a table in Riak TS

Community
  • 1
  • 1
Craig
  • 1,001
  • 6
  • 11