dbforge->add_column('spelgebied', array( 'gewicht' => array( 'type' => 'DECIMAL', 'unsigned' => TRUE, 'constraint' => '3,2', 'after' => 'jaar', 'default' => '1.00', ), )); } public function down() { $this->dbforge->drop_column('spelgebied', 'gewicht'); } }