Git Repository Public Repository

CPE_learningsite

URLs

Copy to Clipboard

This repository has no backups
This repository's network speed is throttled to 100KB/sec

Diff Revisions 2177bd ... vs 831ee4 ... for CPE/CPE.App/CPE.App.Web/Models/CPEWeb.dbml

Diff revisions: vs.
  @@ -19,6 +19,15 @@
19 19 <Column Name="Details" Type="System.String" DbType="NVarChar(MAX) NOT NULL" CanBeNull="false" />
20 20 </Type>
21 21 </Table>
22 + <Table Name="dbo.Users" Member="Users">
23 + <Type Name="Users">
24 + <Column Name="Id" Type="System.Guid" DbType="UniqueIdentifier NOT NULL" IsPrimaryKey="true" CanBeNull="false" />
25 + <Column Name="Created" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
26 + <Column Name="Login" Type="System.String" DbType="NVarChar(500) NOT NULL" CanBeNull="false" />
27 + <Column Name="Password" Type="System.String" DbType="NVarChar(MAX) NOT NULL" CanBeNull="false" />
28 + <Column Name="IsAdmin" Type="System.Boolean" DbType="Bit NOT NULL" CanBeNull="false" />
29 + </Type>
30 + </Table>
22 31 <Table Name="dbo.Courses" Member="Courses">
23 32 <Type Name="Course">
24 33 <Column Name="ProjectCode" Type="System.String" DbType="NVarChar(50) NOT NULL" CanBeNull="false" />