mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 15:30:53 +08:00
update
3
实体特性.md
3
实体特性.md
@@ -55,8 +55,7 @@ class Topic {
|
||||
约定:
|
||||
|
||||
* 当没有指明主键时,标记自增的成员将成为主键;
|
||||
|
||||
> DbFirst 模式序列:[Column(IsIdentity = true, InsertValueSql = "seqname.nextval")]
|
||||
* DbFirst 模式序列:[Column(IsIdentity = true, InsertValueSql = "seqname.nextval")]
|
||||
|
||||
## 唯一键(Unique Key)、索引(Index)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user