sql corregidos

This commit is contained in:
xXpuma99Xx
2022-05-10 13:20:27 -05:00
parent eee7092c9e
commit a7b978ce73
16 changed files with 420 additions and 0 deletions
+6
View File
@@ -21,6 +21,12 @@ export class Equipo {
@Column({ type: String, nullable: false, length: 2 })
equipo: string;
@Column({ type: String, nullable: false, length: 30 })
marca: string;
@Column({ type: String, nullable: false, length: 30 })
modelo: string;
@Column({ type: String, nullable: false, length: 25 })
numero_inventario: string;