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