Index: iknow-api/Migrations/AppDbContextModelSnapshot.cs
===================================================================
--- iknow-api/Migrations/AppDbContextModelSnapshot.cs	(revision c2f79d73d7219c8c8bcc00f5badba27a707b22be)
+++ iknow-api/Migrations/AppDbContextModelSnapshot.cs	(revision 2d64b2e1e96d2ca623370d7fe5be29a09fe3f360)
@@ -31,21 +31,21 @@
                     NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id"));
 
-                    b.Property<int>("UserId")
-                        .HasColumnType("integer");
-
-                    b.Property<string>("address")
-                        .HasColumnType("text");
-
-                    b.Property<string>("city")
-                        .HasColumnType("text");
-
-                    b.Property<string>("microsoftEmail")
-                        .HasColumnType("text");
-
-                    b.Property<string>("municipality")
-                        .HasColumnType("text");
-
-                    b.Property<string>("phoneNumber")
-                        .HasColumnType("text");
+                    b.Property<string>("Address")
+                        .HasColumnType("text");
+
+                    b.Property<string>("City")
+                        .HasColumnType("text");
+
+                    b.Property<string>("MicrosoftEmail")
+                        .HasColumnType("text");
+
+                    b.Property<string>("Municipality")
+                        .HasColumnType("text");
+
+                    b.Property<string>("PhoneNumber")
+                        .HasColumnType("text");
+
+                    b.Property<int>("UserId")
+                        .HasColumnType("integer");
 
                     b.HasKey("Id");
@@ -80,11 +80,11 @@
                     NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id"));
 
-                    b.Property<string>("body")
-                        .HasColumnType("text");
-
-                    b.Property<int>("cost")
-                        .HasColumnType("integer");
-
-                    b.Property<string>("name")
+                    b.Property<string>("Body")
+                        .HasColumnType("text");
+
+                    b.Property<int>("Cost")
+                        .HasColumnType("integer");
+
+                    b.Property<string>("Name")
                         .HasColumnType("text");
 
@@ -136,4 +136,10 @@
                     b.Property<int>("MajorId")
                         .HasColumnType("integer");
+
+                    b.Property<string>("StudyStatus")
+                        .HasColumnType("text");
+
+                    b.Property<string>("StudyType")
+                        .HasColumnType("text");
 
                     b.Property<int>("UserId")
@@ -167,8 +173,11 @@
                         .HasColumnType("real");
 
-                    b.Property<int>("UserId")
-                        .HasColumnType("integer");
-
-                    b.Property<int>("tip")
+                    b.Property<int>("HighSchoolType")
+                        .HasColumnType("integer");
+
+                    b.Property<string>("StudyLanguage")
+                        .HasColumnType("text");
+
+                    b.Property<int>("UserId")
                         .HasColumnType("integer");
 
@@ -227,5 +236,5 @@
                         .HasColumnType("integer");
 
-                    b.Property<int>("Akreditacija")
+                    b.Property<int>("Accreditation")
                         .HasColumnType("integer");
 
@@ -379,4 +388,7 @@
                         .HasColumnType("timestamp with time zone");
 
+                    b.Property<string>("Citizenship")
+                        .HasColumnType("text");
+
                     b.Property<DateTime>("CreatedAt")
                         .HasColumnType("timestamp with time zone");
@@ -388,8 +400,17 @@
                         .HasColumnType("text");
 
+                    b.Property<string>("Gender")
+                        .HasColumnType("text");
+
                     b.Property<string>("Index")
                         .HasColumnType("text");
 
+                    b.Property<string>("MiddleName")
+                        .HasColumnType("text");
+
                     b.Property<string>("Name")
+                        .HasColumnType("text");
+
+                    b.Property<string>("Nationality")
                         .HasColumnType("text");
 
