public function down()
 {
     $this->dropTable(Vote::tableName());
 }