table('sended'); $table->changeColumn('uid', 'string', ['limit' => 100]); $table->addIndex('uid'); $table->update(); $table = $this->table('call'); $table->changeColumn('uid', 'string', ['limit' => 100]); $table->addIndex('uid'); $table->update(); } }