diff --git a/app/Models/Entities/V2chghistoryModel.php b/app/Models/Entities/V2chghistoryModel.php index 2cca921..3f0bdfe 100644 --- a/app/Models/Entities/V2chghistoryModel.php +++ b/app/Models/Entities/V2chghistoryModel.php @@ -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가 복합키인 경우도 있음)