forked from CIDWA/cedetec_api_nest
se modifico la base de datos y se agrego los excel
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user