Skip to content

Commit 1595b36

Browse files
committed
updated user profile table
1 parent fb91066 commit 1595b36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

WebAPI/LearningHub.Nhs.Database/Tables/Hub/UserProfile.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
[Id] [int] NOT NULL,
33
[UserName] [nvarchar](50) NOT NULL,
44
[EmailAddress] [nvarchar](100) NOT NULL,
5+
[AltEmailAddress] [nvarchar](100) NULL,
56
[FirstName] [nvarchar](50) NOT NULL,
67
[LastName] [nvarchar](50) NOT NULL,
8+
[PreferredName] [nvarchar](50) NULL,
79
[Active] [bit] NOT NULL,
810
[CreateUserId] [int] NOT NULL,
911
[CreateDate] [datetimeoffset](7) NOT NULL,

0 commit comments

Comments
 (0)