Starts in:
2 DAYS
12 HRS
51 MIN
49 SEC
Starts in:
2 D
12 H
51 M
49 S

Activities of "tngo"

It happened in DbMigrator when created AbpUser tabble. The trouble field is CountryId, defined in AbpUser: [CountryId] UNIQUEIDENTIFIER DEFAULT ('00000000-0000-0000-0000-000000000000') Not NULL,

I thought that when first created table AbpUser, the table will create/fill CountryId with '00000000-0000-0000-0000-000000000000' as defined because this field can't be null. But the error indicated that the CountryId can't be null. I attempted to insert NULL in the field so I got the SQL Exception Error by Program.cs of DbMigrator when calling await CreateHostBuilder(args).RunConsoleAsync();

Thank you, Trang

Showing 1 to 1 of 1 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06