mirror of
https://gitee.com/yitter/idgenerator.git
synced 2026-05-13 19:46:24 +08:00
auto commit
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
说明:必须带 dbo. 前缀
|
||||
|
||||
4.自动赋值:
|
||||
如果主键设置为雪花ID类型(bigint),可以将该主键的 “默认值或绑定” 设置为 ([dbo].[Fn_NextSnowId](rand()))
|
||||
如果主键设置为雪花ID类型(bigint),可以将该主键的 “默认值或绑定” 设置为 ([dbo].[Fn_NextSnowId](rand())),以便在Insert记录时,能给主键自动赋值,而无需外部传入。
|
||||
*/
|
||||
|
||||
-- 先删除函数
|
||||
|
||||
Reference in New Issue
Block a user