This commit is contained in:
syuilo
2019-04-12 01:01:25 +09:00
parent 11c30eccb3
commit d7df75ae6c
3 changed files with 0 additions and 29 deletions

View File

@ -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(),