From 6d654b1ba2c19e0bf1745b636908e3b00a0f02c7 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 9 Jul 2025 12:19:05 +0000 Subject: (대표님) 20250709 변경사항 (약 18시 30분까지) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/schema/ocr.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db/schema/ocr.ts') diff --git a/db/schema/ocr.ts b/db/schema/ocr.ts index 12382aa4..f45fb523 100644 --- a/db/schema/ocr.ts +++ b/db/schema/ocr.ts @@ -49,6 +49,8 @@ export const ocrRows = pgTable('ocr_rows', { sessionId: uuid('session_id').notNull().references(() => ocrSessions.id, { onDelete: 'cascade' }), rowIndex: integer('row_index').notNull(), // 테이블 내에서 행 순서 reportNo: varchar('report_no', { length: 100 }), // Report No. (예: SN2661FT20250526) + fileName: varchar('file_name', { length: 255 }), + inspectionDate: varchar('inspection_date', { length: 255 }), no: varchar('no', { length: 50 }), identificationNo: varchar('identification_no', { length: 100 }), tagNo: varchar('tag_no', { length: 100 }), -- cgit v1.2.3