array( 'type' => 'date', 'Null' => TRUE ), 'end' => array( 'type' => 'date', 'Null' => TRUE ), )); $this->dbforge->add_column('dxcc_prefixes', $fields); } public function down(){ $this->dbforge->drop_table('dxcc_prefixes'); } }