is not empty
This commit is contained in:
@@ -8,7 +8,7 @@ export class Programa {
|
||||
@PrimaryGeneratedColumn()
|
||||
id_programa: number;
|
||||
|
||||
@Column({ type: String, nullable: false, length: 100 })
|
||||
@Column({ type: String, nullable: false, length: 40 })
|
||||
programa: string;
|
||||
|
||||
@OneToMany(
|
||||
|
||||
Reference in New Issue
Block a user