增加唯一性的支持
happy-daniel opened this issue · 1 comments
happy-daniel commented
比如登录名,肯定是唯一的,现在用user_name 或者company_email 都有可能产生重复数据。
比如可以定义一个unique的function
[:unique("user_name)]
用这样的方式保证为同一数据列产生的数据是唯一的!
gangly commented
这个唯一性用的场景还比较多,下个版本更新
happy-daniel opened this issue · 1 comments
比如登录名,肯定是唯一的,现在用user_name 或者company_email 都有可能产生重复数据。
比如可以定义一个unique的function
[:unique("user_name)]
用这样的方式保证为同一数据列产生的数据是唯一的!
这个唯一性用的场景还比较多,下个版本更新