Changeset 057037b for backend/Migrations
- Timestamp:
- 04/11/22 15:29:19 (3 years ago)
- Branches:
- master
- Children:
- 7a983b0
- Parents:
- b66b3ac
- Location:
- backend/Migrations
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
backend/Migrations/DataContextModelSnapshot.cs
rb66b3ac r057037b 38 38 .IsRequired() 39 39 .HasColumnType("text"); 40 41 b.Property<int>("Persons") 42 .HasColumnType("integer"); 40 43 41 44 b.Property<int>("ReservationPlace") … … 92 95 NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id")); 93 96 94 b.Property<string>(" Password")97 b.Property<string>("Email") 95 98 .IsRequired() 96 99 .HasColumnType("text"); 97 100 98 b.Property<string>(" Username")101 b.Property<string>("Password") 99 102 .IsRequired() 100 103 .HasColumnType("text");
Note:
See TracChangeset
for help on using the changeset viewer.