@webref table:method @brief Adds a new column to a table @see Table#removeColumn(String)
()
| 1792 | * @see Table#removeColumn(String) |
| 1793 | */ |
| 1794 | public void addColumn() { |
| 1795 | addColumn(null, STRING); |
| 1796 | } |
| 1797 | |
| 1798 | |
| 1799 | /** |
no test coverage detected