1
0
mirror of synced 2026-04-24 17:28:39 +08:00

auto commit

This commit is contained in:
yitter
2021-04-18 01:28:52 +08:00
parent 30379c1e1c
commit 0f893373eb
2 changed files with 2 additions and 2 deletions

View File

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