Update:
Before b.Property(x => x.Longitude).HasColumnName(nameof(VehicleScan.Longitude))
After b.Property(x => x.Longitude).HasColumnName(nameof(VehicleScan.Longitude)).HasColumnType("decimal(12,8)");
This modification to Dbcontext fixed the issue.
Showing 1 to 1 of 1 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 16, 2025, 11:47