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

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