mirror of
https://github.com/StepanovPlaton/Chat.git
synced 2026-04-04 12:50:41 +04:00
Complete project
This commit is contained in:
@@ -5,6 +5,9 @@ export class Message {
|
||||
@PrimaryGeneratedColumn()
|
||||
id: number;
|
||||
|
||||
@Column()
|
||||
text: string;
|
||||
|
||||
@Column()
|
||||
timeOfSend: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user