array( $this->table_prefix . 'config' => array( 'test_column1' => array('BOOL', 1), ), ), ); } function revert_schema() { return array( 'drop_columns' => array( $this->table_prefix . 'config' => array( 'test_column1', ), ), ); } }