mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-05 07:50:52 +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)
|
## 唯一键(Unique Key)、索引(Index)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user