Activities of "liangshiwei"

Hi,

Can you provide steps to reproduce? thanks.

Hi,

You can custom the AuditLog entity.

Try:


public class MigrationDbContext
{
    ......

    protected override void OnModelCreating(ModelBuilder builder)
    {
        .......

        builder.Entity<AuditLog>(b =>
        {
            b.Property(x => x.Comments).HasMaxLength(int.MaxValue);
        });
    }
}

And add & apply migration.

Solved.

Could you give me some ideas or examples for the M:M in microservices. You know, M:M is very common in Microservice

Maybe you can create a shared entityframemworkcore project, since they use the same database, why not use the same database context, which will make development easier

Can we use category automapperprofile directly in the productcetner module?

Same solution, create a shared application.contract project.

Hi,

Maybe you can use oracle version 12.2 or higher: https://stackoverflow.com/questions/3085562/ora-00972-identifier-is-too-long-alias-column-name

Please send email to me. shiwei.liang@volosoft.com

Hi,

Do these two modules use the same database? if yes, you can try call the builder.ConfigureCategoryCenter in the ProductCenterDbContext

Hi,

Can I check it remotely?

Hi,

Can I check it remotely? shiwei.liang@volosoft.com

Hi,

I'm sorry, but this is not enough information for us to reproduce the problem, can you provide a project to me? shiwei.liang@volosoft.com. thanks.

Showing 5471 to 5480 of 6446 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 15, 2025, 12:18