table('contact'); $table->addIndex('number'); $table->update(); $table = $this->table('sended'); $table->addIndex('destination'); $table->update(); $table = $this->table('received'); $table->addIndex('origin'); $table->update(); } }