se modifico la base de datos y se agrego los excel

This commit is contained in:
2023-03-17 13:38:37 -06:00
parent 0158b6af98
commit 569dbca11f
29 changed files with 1501 additions and 1245 deletions
+3 -3
View File
@@ -10,13 +10,13 @@ export class Contacto {
@Column({nullable:false})
email: string
@Column()
@Column({length: 40})
horario: string
@Column({nullable:true})
@Column({length: 75, nullable:true})
facebook: string
@Column({nullable: true})
@Column({length: 60, nullable: true})
linkedin: string
@ManyToOne(