Update Using pepcli authored by Kai van Lopik's avatar Kai van Lopik
...@@ -119,7 +119,7 @@ pepcli ama column create <column name> ...@@ -119,7 +119,7 @@ pepcli ama column create <column name>
pepcli ama column remove <column name> pepcli ama column remove <column name>
``` ```
Note that column removal will not discard data present in those columns. Therefore: Note that column removal will not discard data present in those columns; it will merely make the column's contents inaccessible. Therefore:
- when users retrieve data from an earlier moment in time, those data may include columns that have since been removed. - when users retrieve data from an earlier moment in time, those data may include columns that have since been removed.
- when a column is removed and later re-added, the newly added column will contain any data that had previously been stored in the same column name. - when a column is removed and later re-added, the newly added column will contain any data that had previously been stored in the same column name.
... ...
......