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