id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 11872 DatabaseManager should support adding and removing table columns Ryan J Ollos Ryan J Ollos The `DatabaseManager` class has methods to create and drop tables (#11512). It would be useful to have a method to add a column to a table. enhancement closed normal 1.2 database backend normal fixed Added `drop_tables` method to `DatabaseManager` class. Added method to `ConnectionBase` class for dropping a column: `drop_column`.