We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
代码中字段长度写的64,生成到数据库的字段长度并不是期望的64,而是统一的255,然后就报错“字段Id非空,不能转换为精度范围更小的数据类型”
/// <summary> /// 主键 /// </summary> [Snowflake] [Description("主键")] [Column(Name = "ID", Position = 1, StringLength = 64, IsPrimary = true)] public string Id { get; set; }
xugu11
FreeSql.All(3.5.100-preview20241127)和FreeSql.Provider.Xugu(3.5.100-preview20241127)
.Net8
The text was updated successfully, but these errors were encountered:
- 修复 Xugu DataType 对应问题;#1934
cfb3bfa
v3.5.100-preview20241127 #1934 #1933
688960a
v3.5.100 #1936 #1934 #1933 #1931 #1923 #1922 #1920 #1919 #1917 #1906 #…
14588ba
…1870 #1868 #1868 #1855 #1763 #1763 #1746 #991 #991 #939 #939
No branches or pull requests
问题描述及重现代码:
代码中字段长度写的64,生成到数据库的字段长度并不是期望的64,而是统一的255,然后就报错“字段Id非空,不能转换为精度范围更小的数据类型”
数据库版本
xugu11
安装的Nuget包
FreeSql.All(3.5.100-preview20241127)和FreeSql.Provider.Xugu(3.5.100-preview20241127)
.net framework/. net core? 及具体版本
.Net8
The text was updated successfully, but these errors were encountered: