This commit is contained in:
TioSam77
2024-06-18 13:14:31 -06:00
parent 6aba8b98f2
commit 08d196a2fc
15 changed files with 32 additions and 29 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { TipoUsuario } from "../../tipo_usuario/entities/tipo_usuario.entity";
@Entity({ name: 'usuario' })
export class User {
@PrimaryColumn({ type: 'int', length: 11, nullable: false })
@PrimaryColumn({ type: 'int', nullable: false })
id_usuario: number;
@Column({ type: 'int', nullable: false })