prueba
This commit is contained in:
@@ -15,8 +15,9 @@ import {
|
||||
@Column({ type: String, nullable: false })
|
||||
passcode: string;
|
||||
|
||||
@Column({ type: Boolean, nullable: true })
|
||||
@Column({ type: Boolean, nullable: true, default: false })
|
||||
abrio: boolean
|
||||
|
||||
|
||||
@OneToOne(() => Prestamo, (Prestamo) => Prestamo.id_prestamo, {
|
||||
eager: true,
|
||||
|
||||
Reference in New Issue
Block a user