Clean up
This commit is contained in:
parent
11c30eccb3
commit
d7df75ae6c
3 changed files with 0 additions and 29 deletions
|
@ -15,13 +15,6 @@ export class Note {
|
|||
})
|
||||
public createdAt: Date;
|
||||
|
||||
@Index()
|
||||
@Column('timestamp with time zone', {
|
||||
nullable: true,
|
||||
comment: 'The updated date of the Note.'
|
||||
})
|
||||
public updatedAt: Date | null;
|
||||
|
||||
@Index()
|
||||
@Column({
|
||||
...id(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue