Reapply "feat: [database] codebridge DB 분리 재적용 - 55개 MNG 전용 모델만 설정"

This reverts commit 7371dda5a1.
This commit is contained in:
김보곤
2026-03-09 23:18:02 +09:00
parent 2e0f8ddb9b
commit 12427326df
56 changed files with 75 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ class InterviewKnowledge extends Model
{
use BelongsToTenant, ModelTrait, SoftDeletes;
protected $connection = 'codebridge';
protected $table = 'interview_knowledge';
protected $fillable = [