Fixed typo in UsersDatabase schema definition.
This commit is contained in:
parent
eb2a6a860e
commit
84618e26e7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ create table [User] (
|
|||
[Email] varchar(100) not null,
|
||||
[Active] bit not null,
|
||||
[DateTime] datetime not null,
|
||||
constraint [PK_User] primary key clustered ([USername])
|
||||
constraint [PK_User] primary key clustered ([Username])
|
||||
)
|
||||
|
||||
create table [UserGroup] (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue