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