alterColumn(\common\models\AttachmentType::tableName(), 'hidden', $this->boolean()->defaultValue(false)); Yii::$app->db->schema->refresh(); } public function safeDown() { $this->alterColumn(\common\models\AttachmentType::tableName(), 'hidden', $this->boolean()); Yii::$app->db->schema->refresh(); } }