addColumn("Vehiculo", "tipo", $this->string(100)); } /** * {@inheritdoc} */ public function safeDown() { $this->dropColumn("Vehiculo", "tipo"); } }