addColumn('{{%project}}', 'contractual', $this->smallInteger()); $this->addColumn('{{%project}}', 'file', $this->string()); } public function down() { $this->dropColumn('{{%project}}', 'contractual'); $this->dropColumn('{{%project}}', 'file'); } }