addColumn('Banner', 'clave', $this->string(255)); } /** * {@inheritdoc} */ public function safeDown() { $this->dropColumn('Banner', 'clave'); } }