namespace Rag.Data; /// /// Schema constants used by RagDbContext and migrations. /// Centralized to avoid hardcoded strings and ensure consistency. /// public static class MigrationConstants { public const string SchemaName = "rag"; public const string MigrationTableName = "_Migrations"; }