This commit is contained in:
Andres2908
2022-09-07 17:29:42 -05:00
parent 851c9d046c
commit a62ad8063c
5 changed files with 46 additions and 43 deletions
+2 -1
View File
@@ -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,