migrate
This commit is contained in:
parent
e4a17b62ee
commit
2cb7a9ab07
13 changed files with 232 additions and 4 deletions
|
|
@ -5,6 +5,7 @@ import { Development } from "./Development";
|
|||
@Entity("developmentRisk")
|
||||
export class DevelopmentRisk extends EntityBase {
|
||||
@Column({
|
||||
type: "longtext",
|
||||
nullable: true,
|
||||
comment: "ประเด็นความเสี่ยง",
|
||||
default: null,
|
||||
|
|
@ -33,6 +34,7 @@ export class DevelopmentRisk extends EntityBase {
|
|||
riskLevel: string;
|
||||
|
||||
@Column({
|
||||
type: "longtext",
|
||||
nullable: true,
|
||||
comment: "เเนวทางการบริหารความเสี่ยง",
|
||||
default: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue