pruebas2
This commit is contained in:
@@ -12,12 +12,12 @@ export class Passcode {
|
||||
@PrimaryGeneratedColumn()
|
||||
id_passcode: number;
|
||||
|
||||
@Column({ type: String, nullable: false })
|
||||
passcode: string;
|
||||
|
||||
@Column({ type: Boolean, nullable: true, default: false })
|
||||
abrio: boolean;
|
||||
|
||||
@Column({ type: String, nullable: true, default: null })
|
||||
passcode: string;
|
||||
|
||||
@OneToOne(() => Prestamo, (Prestamo) => Prestamo.id_prestamo, {
|
||||
eager: true,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user