fixed name table

This commit is contained in:
2025-10-21 12:00:58 -06:00
parent 5c0f8cc0ba
commit d42fb0e088
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { Transaccion } from 'src/transaccion/entities/transaccion.entity';
import { Column, Entity, OneToMany, PrimaryGeneratedColumn } from 'typeorm';
@Entity({ name: 'persona' })
@Entity({ name: 'Persona' })
export class Persona {
@PrimaryGeneratedColumn()
idPersona: number;