add folder operation and use createQueryRunner

This commit is contained in:
IO420
2025-09-16 22:37:25 -06:00
parent 7024bfdeac
commit 3e4b3b1b18
15 changed files with 150 additions and 76 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export class Student {
scale: 2,
default: 0.0,
})
credito: string;
credito: number;
@Column({
name: 'fecha_actualizacion_credito',