v2chghistorymodel 수정

This commit is contained in:
2026-01-16 15:31:26 +09:00
parent 873061a254
commit 6c97b88977

View File

@@ -3,7 +3,7 @@ namespace App\Models\Entities;
use CodeIgniter\Model;
class V2chgstatModel extends Model
class V2chghistoryModel extends Model
{
protected $table = 'v2_chg_history';
protected $primaryKey = 'seq'; // 실제 PK 컬럼명으로 수정하세요 (st_date, cpid, gbn_cd가 복합키인 경우도 있음)