db->query("ALTER TABLE user_options CHANGE COLUMN option_value option_value text DEFAULT NULL;"); } public function down(){ } }