We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c2b6a commit 45b7264Copy full SHA for 45b7264
README.md
@@ -13,6 +13,7 @@
13
> 4. 适配 cast json ,数组参数转 json 入库
14
> 5. 兼容 mysql group_concat 函数,内部转化为 wm_concat 函数
15
> 6. 修复表单验证中 exists 和 unique,去除对 getCount 和 getMultiCount 的重写。原包是对 oracle 进行大小写不敏感设置,但是达梦数据库不支持
16
+> 7. 修复自动递增,匹配 laravel migration。原包中将 migration 中的 int 和 bigint 均转化为 number 无法使 auto_increment 生效
17
18
## Laravel-DM8
19
0 commit comments