auto commit
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
说明:必须带 dbo. 前缀
|
||||
|
||||
4.自动赋值:
|
||||
如果主键设置为雪花ID类型(bigint),可以将该主键的 “默认值或绑定” 设置为 ([dbo].[Fn_NextSnowId](rand()))
|
||||
如果主键设置为雪花ID类型(bigint),可以将该主键的 “默认值或绑定” 设置为 ([dbo].[Fn_NextSnowId](rand())),以便在Insert记录时,能给主键自动赋值,而无需外部传入。
|
||||
```
|
||||
|
||||
在执行函数之前,必须设置好以下3个参数:
|
||||
|
||||
Reference in New Issue
Block a user