add content
This commit is contained in:
parent
46d0567921
commit
7fd3bd83f8
@ -40,6 +40,6 @@ export class PostEntity extends BaseEntity {
|
||||
@CreateDateColumn({ comment: '创建时间' })
|
||||
createdAt?: Date;
|
||||
|
||||
@UpdateDateColumn({ comment: '更新时间' })
|
||||
@UpdateDateColumn({ comment: '更新时间', nullable: true })
|
||||
updatedAt?: Date;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user