se modifico la base de datos y se agrego los excel
This commit is contained in:
@@ -6,7 +6,7 @@ export class Area {
|
||||
@PrimaryGeneratedColumn()
|
||||
id_area: number
|
||||
|
||||
@Column({length:60, nullable:false})
|
||||
@Column({length:20, nullable:false})
|
||||
area: string
|
||||
|
||||
@OneToMany(
|
||||
|
||||
@@ -6,7 +6,7 @@ export class Carrera {
|
||||
@PrimaryGeneratedColumn()
|
||||
id_carrera: number
|
||||
|
||||
@Column({ length:70, nullable: false})
|
||||
@Column({ length:40, nullable: false})
|
||||
carrera: string
|
||||
|
||||
@OneToMany(
|
||||
|
||||
@@ -6,7 +6,7 @@ export class TipoMiembro {
|
||||
@PrimaryGeneratedColumn()
|
||||
id_tipo_miembro: number
|
||||
|
||||
@Column({length:60, nullable:false})
|
||||
@Column({length:15, nullable:false})
|
||||
tipo_miembro: string
|
||||
|
||||
@OneToMany(
|
||||
|
||||
Reference in New Issue
Block a user