修改数据库命名笔误

This commit is contained in:
myh 2023-11-20 23:13:55 +08:00
parent 6d0c55f0a2
commit 6da79a4521

View File

@ -12,7 +12,7 @@ export class Users {
sex: string; sex: string;
@Column({ type: 'varchar', length: 13 }) @Column({ type: 'varchar', length: 13 })
phoneNUmber: string; phoneNumber: string;
@Column('text') @Column('text')
address: string address: string