fixed name table
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user