Loading backend/src/place/entities/place.entity.ts +2 −2 Original line number Diff line number Diff line Loading @@ -46,10 +46,10 @@ export class Place { @Column() imageName: string; @Column({ nullable: false, type: 'decimal', precision: 10, scale: 8 }) @Column({ nullable: false, type: 'decimal', precision: 20, scale: 4 }) latitude; @Column({ nullable: false, type: 'decimal', precision: 10, scale: 8 }) @Column({ nullable: false, type: 'decimal', precision: 20, scale: 4 }) longitude; @Column({ nullable: false }) Loading Loading
backend/src/place/entities/place.entity.ts +2 −2 Original line number Diff line number Diff line Loading @@ -46,10 +46,10 @@ export class Place { @Column() imageName: string; @Column({ nullable: false, type: 'decimal', precision: 10, scale: 8 }) @Column({ nullable: false, type: 'decimal', precision: 20, scale: 4 }) latitude; @Column({ nullable: false, type: 'decimal', precision: 10, scale: 8 }) @Column({ nullable: false, type: 'decimal', precision: 20, scale: 4 }) longitude; @Column({ nullable: false }) Loading