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(
|
||||
|
||||
Reference in New Issue
Block a user