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