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