update

2881099
2022-08-17 11:18:32 +08:00
parent 74955fa32b
commit c002ec83b2

@@ -55,8 +55,7 @@ class Topic {
约定:
* 当没有指明主键时,标记自增的成员将成为主键;
> DbFirst 模式序列:[Column(IsIdentity = true, InsertValueSql = "seqname.nextval")]
* DbFirst 模式序列:[Column(IsIdentity = true, InsertValueSql = "seqname.nextval")]
## 唯一键(Unique Key)、索引Index