db->field_exists('timestamp', 'cat')) { $this->db->query("ALTER TABLE `cat` CHANGE `timestamp` `timestamp` TIMESTAMP NULL DEFAULT NULL;"); } } public function down() { } }