ปรับฟิว detail เป็น longText

This commit is contained in:
AdisakKanthawilang 2024-07-01 11:42:34 +07:00
parent 72a045fcfc
commit 2e2a4336c1

View file

@ -11,6 +11,7 @@ export class Portfolio extends EntityBase {
name: string;
@Column({
type: "longtext",
nullable: true,
comment: "รายละเอียดเอกสาร/ผลงาน",
default: null,