mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
#4 added text column to event
This commit is contained in:
parent
f75e3068a0
commit
a78fc0bfe3
1 changed files with 2 additions and 0 deletions
|
@ -25,4 +25,6 @@ export class Event {
|
||||||
createdAt: Date;
|
createdAt: Date;
|
||||||
@UpdateDateColumn()
|
@UpdateDateColumn()
|
||||||
updatedAt: Date;
|
updatedAt: Date;
|
||||||
|
@Column({ type: "text", default: "", nullable: false })
|
||||||
|
text: string;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue