addColumn('producer', 'website', Schema::TYPE_STRING); } /** * {@inheritdoc} */ public function safeDown() { $this->dropColumn('producer', 'website'); } }