edit file migrate

This commit is contained in:
mamoss 2025-08-05 22:24:45 +07:00
parent 0fbb5b928e
commit f77c8467d6
60 changed files with 137 additions and 13701 deletions

View file

@ -77,8 +77,8 @@ export class ProfileAbility extends EntityBase {
profileEmployeeId: string;
@Column({
nullable: false,
comment: "ข้อมูลจาก Entry",
default: false,
})
isEntry: boolean;

View file

@ -1,5 +1,5 @@
import { Entity, Column } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("amphurImport")
export class AmphurImport extends EntityBase {

View file

@ -1,5 +1,5 @@
import { Entity, Column } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("educationMis")
export class EducationMis extends EntityBase {

View file

@ -1,5 +1,5 @@
import { Entity, Column } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("ProfileAbilitys")
export class ProfileAbilitys extends EntityBase {

View file

@ -1,5 +1,5 @@
import { Entity, Column } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("ProfileCertificates")
export class ProfileCertificates extends EntityBase {

View file

@ -1,5 +1,5 @@
import { Entity, Column } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("ProfileChangeNames")
export class ProfileChangeNames extends EntityBase {

View file

@ -1,5 +1,5 @@
import { Column, Entity } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("ProfileChildrens")
export class ProfileChildrens extends EntityBase {

View file

@ -1,5 +1,5 @@
import { Entity, Column } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("ProfileDisciplines")
export class ProfileDisciplines extends EntityBase {

View file

@ -1,5 +1,5 @@
import { Entity, Column } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("ProfileDutys")
export class ProfileDutys extends EntityBase {

View file

@ -1,5 +1,5 @@
import { Entity, Column } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("ProfileEducations")
export class ProfileEducations extends EntityBase {

View file

@ -1,5 +1,5 @@
import { Entity, Column } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("ProfileHonors")
export class ProfileHonors extends EntityBase {

View file

@ -1,5 +1,5 @@
import { Entity, Column } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("ProfileInsignias")
export class ProfileInsignias extends EntityBase {

View file

@ -1,5 +1,5 @@
import { Entity, Column } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("ProfileLeaveSummary")
export class ProfileLeaves extends EntityBase {

View file

@ -1,5 +1,5 @@
import { Entity, Column } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("ProfileNopaids")
export class ProfileNopaids extends EntityBase {

View file

@ -1,5 +1,5 @@
import { Entity, Column } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("ProfileOthers")
export class ProfileOthers extends EntityBase {

View file

@ -1,5 +1,5 @@
import { Entity, Column, Double } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("ProfileSalaries")
export class ProfileSalaries extends EntityBase {

View file

@ -1,5 +1,5 @@
import { Entity, Column } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("ProfileTrainings")
export class ProfileTrainings extends EntityBase {

View file

@ -1,5 +1,5 @@
import { Entity, Column } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("provinceImport")
export class ProvinceImport extends EntityBase {

View file

@ -1,5 +1,5 @@
import { Entity, Column } from "typeorm";
import { EntityBase } from "./base/Base";
import { EntityBase } from "../base/Base";
@Entity("subDistrictImport")
export class SubDistrictImport extends EntityBase {