Add explicit column type configuration for Confidence field to avoid SQL Server truncation warnings. Use decimal(5,4) to store values from 0.0000 to 1.0000 with 4 decimal places of precision. Also add MaxLength constraint for CreatedBy field. Migration applied successfully to database. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.5.2.0
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MoneyMap", "MoneyMap.csproj", "{30BE0C00-DF59-282D-5AB0-7D61367EBEDE}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{30BE0C00-DF59-282D-5AB0-7D61367EBEDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{30BE0C00-DF59-282D-5AB0-7D61367EBEDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{30BE0C00-DF59-282D-5AB0-7D61367EBEDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{30BE0C00-DF59-282D-5AB0-7D61367EBEDE}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {755752C7-EBEB-4BA4-B11B-ADA6570041E8}
|
|
EndGlobalSection
|
|
EndGlobal
|