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