iconsulting/packages/services/conversation-service/src/infrastructure
hailin 7c22c173a5 fix(orm): add explicit column types for conversation and order entities
Fixed remaining TypeORM DataTypeNotSupportedError for "Object" type.

## conversation-service/ConversationORM
- title: varchar(255)
- endedAt: timestamptz

## payment-service/OrderORM
- serviceCategory: varchar(100)
- currency: varchar(10)
- paymentMethod: varchar(50)
- paidAt: timestamptz
- completedAt: timestamptz

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 01:57:20 -08:00
..
claude refactor(services): implement 4-layer Clean Architecture for all backend services 2026-01-24 22:18:22 -08:00
database/postgres fix(orm): add explicit column types for conversation and order entities 2026-01-25 01:57:20 -08:00
knowledge feat(agent): upgrade to Level 3 with real RAG, Memory and Evolution integration 2026-01-22 23:45:58 -08:00