Configure<AbpDbContextOptions>(options => { /* The main point to change your DBMS. * See also HayoonKoreaDbContextFactory for EF Core tooling. */ options.UseMySQL(builder => { builder.TranslateParameterizedCollectionsToConstants(); }); }); https://github.com/abpframework/abp/issues/21879 Although this bug has been resolved, ABP Studio still has this issue. Could you please let me know when it is expected to be fixed?