namespace PageFetcher.Data; /// Schema and migration-history table name constants for the pageFetcher EF schema. public static class MigrationConstants { public const string SchemaName = "pageFetcher"; public const string MigrationTableName = "_Migrations"; }