Actions
Back-Feature #157
closedСоздать сущность messages
Description
Cущности должны быть созданы /libs/entitiesPG/src/. За референс можно всзять user.entity.ts. Добавить в index.ts
messages = {
id: uuid,
chatId: uuid,
senderId: uuid,
text: string,
status: enum ('sent', 'delivered', 'read'),
createdAt
}
Updated by Борис Ищенко 3 months ago
- Status changed from In Progress to Resolved
Updated by Борис Ищенко 3 months ago
- Due date set to 12/09/2025
- Status changed from Resolved to Feedback
Actions