เพิ่มฟิว orgPublishDate

This commit is contained in:
Kittapath 2024-01-29 14:02:35 +07:00
parent 5b5970cda2
commit 7cd4ae2b5f
2 changed files with 21 additions and 0 deletions

View file

@ -32,6 +32,13 @@ export class OrgRevision extends EntityBase {
})
orgRevisionCreatedAt: Date;
@Column({
nullable: true,
type: "datetime",
comment: "เวลาเผยแพร่",
})
orgPublishDate: Date;
@Column({
nullable: true,
comment: "",