Complete project

This commit is contained in:
2025-03-17 10:01:32 +04:00
parent bcc5d1daf4
commit 46c040c642
41 changed files with 1951 additions and 127 deletions

View File

@@ -5,6 +5,9 @@ export class Message {
@PrimaryGeneratedColumn()
id: number;
@Column()
text: string;
@Column()
timeOfSend: string;