mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
- 调整 ColumnAttribute IsNullable 对 int/long 等值类型也可生效;#384
This commit is contained in:
@ -245,7 +245,7 @@ namespace FreeSql.Tests.MsAccess
|
||||
var itemstb = select.ToDataTable();
|
||||
}
|
||||
|
||||
[Table(Name = "tb_alltype")]
|
||||
[Table(Name = "tb_alltype_insert")]
|
||||
class TableAllType
|
||||
{
|
||||
[Column(IsIdentity = true, IsPrimary = true)]
|
||||
|
Reference in New Issue
Block a user