addColumn('seo_dynamic', 'key', $this->string()); } /** * @inheritdoc */ public function down() { $this->dropColumn('seo_dynamic', 'key'); } }