Project

General

Profile

Actions

Back-Feature #157

closed

Создать сущность messages

Added by Dima Myachin 3 months ago. Updated 3 months ago.

Status:
Closed
Priority:
Normal
Start date:
12/08/2025
Due date:
12/09/2025
% Done:

0%

Estimated time:
Spent time:

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
}

Actions

Also available in: Atom PDF