1 2 3 4 5 6 7 8 9 10 11 12
add-column, ac <COLUMN_NAME: string> <INDEX: usize>{Optional} <TYPE: text|number>{Optional} <PLACEHOLDER: String>{Optional} Add a new column. Placeholder should accord with given type. e.g) ac address ac id 2 ac count 3 number ac dead 4 text false