otp in database

This commit is contained in:
2026-01-20 20:27:01 +03:30
parent 897db44c66
commit 6ba36ca130
13 changed files with 113 additions and 124 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ export class User extends BaseEntity {
@PrimaryKey({ type: 'string', columnType: 'char(26)' })
id: string = ulid();
@Property()
firstName!: string;
@Property({ nullable: true })
firstName?: string;
@Property({ nullable: true })
lastName?: string;