View file PF.Base/module/forum/install/on_success.php

File size: 249B
<?php

return function(Phpfox_Installer $Installer) {
    $Installer->db->addField(['table' => Phpfox::getT('forum_access'), 'field' => 'access_id', 'type' => 'INT', 'null' => false, 'attribute' => 'AUTO_INCREMENT PRIMARY KEY', 'first' => true]);
};