实现添加博客
This commit is contained in:
@@ -14,9 +14,6 @@ export class Blog {
|
||||
@Column()
|
||||
contentUrl: string;
|
||||
|
||||
@Column({ precision: 3 })
|
||||
publishAt: Date;
|
||||
|
||||
@CreateDateColumn({ precision: 3 })
|
||||
createdAt: Date;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user