Changeset ab652ff for iknow-api/Migrations/AppDbContextModelSnapshot.cs
- Timestamp:
- 12/09/25 14:54:20 (10 months ago)
- Branches:
- master
- Children:
- 615f18d, f735dac
- Parents:
- 334981d
- File:
-
- 1 edited
-
iknow-api/Migrations/AppDbContextModelSnapshot.cs (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Migrations/AppDbContextModelSnapshot.cs
r334981d rab652ff 31 31 NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id")); 32 32 33 b.Property< int>("UserId")34 .HasColumnType(" integer");35 36 b.Property<string>(" address")37 .HasColumnType("text"); 38 39 b.Property<string>(" city")40 .HasColumnType("text"); 41 42 b.Property<string>(" microsoftEmail")43 .HasColumnType("text"); 44 45 b.Property<string>(" municipality")46 .HasColumnType("text"); 47 48 b.Property< string>("phoneNumber")49 .HasColumnType(" text");33 b.Property<string>("Address") 34 .HasColumnType("text"); 35 36 b.Property<string>("City") 37 .HasColumnType("text"); 38 39 b.Property<string>("MicrosoftEmail") 40 .HasColumnType("text"); 41 42 b.Property<string>("Municipality") 43 .HasColumnType("text"); 44 45 b.Property<string>("PhoneNumber") 46 .HasColumnType("text"); 47 48 b.Property<int>("UserId") 49 .HasColumnType("integer"); 50 50 51 51 b.HasKey("Id"); … … 80 80 NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id")); 81 81 82 b.Property<string>(" body")83 .HasColumnType("text"); 84 85 b.Property<int>(" cost")86 .HasColumnType("integer"); 87 88 b.Property<string>(" name")82 b.Property<string>("Body") 83 .HasColumnType("text"); 84 85 b.Property<int>("Cost") 86 .HasColumnType("integer"); 87 88 b.Property<string>("Name") 89 89 .HasColumnType("text"); 90 90 … … 136 136 b.Property<int>("MajorId") 137 137 .HasColumnType("integer"); 138 139 b.Property<string>("StudyStatus") 140 .HasColumnType("text"); 141 142 b.Property<string>("StudyType") 143 .HasColumnType("text"); 138 144 139 145 b.Property<int>("UserId") … … 167 173 .HasColumnType("real"); 168 174 169 b.Property<int>("UserId") 170 .HasColumnType("integer"); 171 172 b.Property<int>("tip") 175 b.Property<int>("HighSchoolType") 176 .HasColumnType("integer"); 177 178 b.Property<string>("StudyLanguage") 179 .HasColumnType("text"); 180 181 b.Property<int>("UserId") 173 182 .HasColumnType("integer"); 174 183 … … 227 236 .HasColumnType("integer"); 228 237 229 b.Property<int>("A kreditacija")238 b.Property<int>("Accreditation") 230 239 .HasColumnType("integer"); 231 240 … … 379 388 .HasColumnType("timestamp with time zone"); 380 389 390 b.Property<string>("Citizenship") 391 .HasColumnType("text"); 392 381 393 b.Property<DateTime>("CreatedAt") 382 394 .HasColumnType("timestamp with time zone"); … … 388 400 .HasColumnType("text"); 389 401 402 b.Property<string>("Gender") 403 .HasColumnType("text"); 404 390 405 b.Property<string>("Index") 391 406 .HasColumnType("text"); 392 407 408 b.Property<string>("MiddleName") 409 .HasColumnType("text"); 410 393 411 b.Property<string>("Name") 412 .HasColumnType("text"); 413 414 b.Property<string>("Nationality") 394 415 .HasColumnType("text"); 395 416
Note:
See TracChangeset
for help on using the changeset viewer.
