Index: ChapterX.Infrastructure/Migrations/ApplicationDbContextModelSnapshot.cs
===================================================================
--- ChapterX.Infrastructure/Migrations/ApplicationDbContextModelSnapshot.cs	(revision 877c13c3dd0934c1d31da7988d0d2c2c5925ed55)
+++ ChapterX.Infrastructure/Migrations/ApplicationDbContextModelSnapshot.cs	(revision d300631ac3354730c3b03cb7b160974af50e7894)
@@ -31,5 +31,5 @@
                     NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b.Property<int>("Id"));
 
-                    b.Property<bool>("Accepted")
+                    b.Property<bool?>("Accepted")
                         .HasColumnType("boolean");
 
@@ -59,5 +59,5 @@
                     b.HasIndex("StoryId");
 
-                    b.ToTable("AISuggestions");
+                    b.ToTable("AISuggestions", (string)null);
                 });
 
@@ -78,5 +78,5 @@
                         .IsUnique();
 
-                    b.ToTable("Admins");
+                    b.ToTable("Admins", (string)null);
                 });
 
@@ -129,5 +129,5 @@
                     b.HasIndex("StoryId");
 
-                    b.ToTable("Chapters");
+                    b.ToTable("Chapters", (string)null);
                 });
 
@@ -159,5 +159,5 @@
                     b.HasIndex("UserId");
 
-                    b.ToTable("Collaborations");
+                    b.ToTable("Collaborations", (string)null);
                 });
 
@@ -192,5 +192,5 @@
                     b.HasIndex("UserId");
 
-                    b.ToTable("Comments");
+                    b.ToTable("Comments", (string)null);
                 });
 
@@ -209,5 +209,5 @@
                     b.HasKey("Id");
 
-                    b.ToTable("Genres");
+                    b.ToTable("Genres", (string)null);
                 });
 
@@ -232,5 +232,5 @@
                     b.HasIndex("StoryId");
 
-                    b.ToTable("HasGenres");
+                    b.ToTable("HasGenres", (string)null);
                 });
 
@@ -263,5 +263,5 @@
                     b.HasIndex("UserId");
 
-                    b.ToTable("Likes");
+                    b.ToTable("Likes", (string)null);
                 });
 
@@ -302,5 +302,5 @@
                     b.HasIndex("StoryId");
 
-                    b.ToTable("NeedApprovals");
+                    b.ToTable("NeedApprovals", (string)null);
                 });
 
@@ -329,5 +329,5 @@
                     b.HasKey("Id");
 
-                    b.ToTable("Notifications");
+                    b.ToTable("Notifications", (string)null);
                 });
 
@@ -360,5 +360,5 @@
                     b.HasIndex("UserId");
 
-                    b.ToTable("Notifies");
+                    b.ToTable("Notifies", (string)null);
                 });
 
@@ -394,5 +394,5 @@
                     b.HasIndex("UserId");
 
-                    b.ToTable("ReadingLists");
+                    b.ToTable("ReadingLists", (string)null);
                 });
 
@@ -420,5 +420,5 @@
                     b.HasIndex("StoryId");
 
-                    b.ToTable("ReadingListItems");
+                    b.ToTable("ReadingListItems", (string)null);
                 });
 
@@ -439,5 +439,5 @@
                         .IsUnique();
 
-                    b.ToTable("RegularUsers");
+                    b.ToTable("RegularUsers", (string)null);
                 });
 
@@ -484,5 +484,5 @@
                     b.HasIndex("WriterId");
 
-                    b.ToTable("Stories");
+                    b.ToTable("Stories", (string)null);
                 });
 
@@ -523,5 +523,5 @@
                     b.HasKey("Id");
 
-                    b.ToTable("Users");
+                    b.ToTable("Users", (string)null);
                 });
 
@@ -546,5 +546,5 @@
                         .IsUnique();
 
-                    b.ToTable("Writers");
+                    b.ToTable("Writers", (string)null);
                 });
 
