Project

General

Profile

Actions

Back-Feature #156

closed

Создать сущности для базы данных chats, chat_participants

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

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

0%

Estimated time:
6:00 h
Spent time:

Description

Cущности должны быть созданы /libs/entitiesPG/src/. За референс можно всзять user.entity.ts. Добавить в index.ts
chats = {
id: uuid,
type: enum('private' | 'group'),
createdAt
}

chat_participants = {
chatId,
userId
}

Actions

Also available in: Atom PDF