migrate
This commit is contained in:
parent
e4a17b62ee
commit
2cb7a9ab07
13 changed files with 232 additions and 4 deletions
|
|
@ -12,6 +12,9 @@ export class ActualPeople extends EntityBase {
|
|||
groupTarget: string;
|
||||
|
||||
@Column({
|
||||
type: "decimal",
|
||||
precision: 65,
|
||||
scale: 0,
|
||||
nullable: true,
|
||||
comment: "จำนวน(คน)",
|
||||
default: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue