This commit is contained in:
mmrbnjd
2025-08-16 01:12:45 +03:30
parent eeb659a0df
commit 029a10e1af
8 changed files with 621 additions and 5 deletions

View File

@@ -22,6 +22,7 @@ namespace Hushian.Persistence
public DbSet<ExperGroup> EG { get; set; }
public DbSet<User> Users { get; set; }
public DbSet<VerificationCode > verificationCodes { get; set; }
public DbSet<Prompt> prompts { get; set; }
#endregion
protected override void OnModelCreating(ModelBuilder modelBuilder)