addColumn('{{%project}}', 'hidden', $this->integer()->defaultValue(0)); } public function down() { $this->dropColumn('{{%project}}', 'hidden'); } }