From 9111bbdc3bdf5902920f222924691f0c674b6da0 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Wed, 7 May 2025 00:01:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0user=E5=AE=9E=E4=BD=93?= =?UTF-8?q?=E7=9A=84=E5=AF=86=E7=A0=81=E5=93=88=E5=B8=8C=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tone-page-server/src/user/user.entity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tone-page-server/src/user/user.entity.ts b/tone-page-server/src/user/user.entity.ts index 5629dfa..de49b31 100644 --- a/tone-page-server/src/user/user.entity.ts +++ b/tone-page-server/src/user/user.entity.ts @@ -19,7 +19,7 @@ export class User { salt: string; @Column({ nullable: true, type: 'char', length: 64 }) - hashed_password: string; + password_hash: string; @Column({ nullable: true, length: 254 })// RFC 5321 @Index({ unique: true })