typing and comparison
This commit is contained in:
parent
dad54c97ed
commit
d7b92aedc1
6 changed files with 14 additions and 11 deletions
|
@ -7,8 +7,8 @@ export class newsletterDates {
|
|||
@PrimaryColumn({ type: "int" })
|
||||
newsletterId: number;
|
||||
|
||||
@PrimaryColumn({ type: "int" })
|
||||
calendarId: number;
|
||||
@PrimaryColumn({ type: "varchar" })
|
||||
calendarId: string;
|
||||
|
||||
@Column({ type: "varchar", length: 255, nullable: true })
|
||||
diffTitle: string | null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue