mirror of https://gitee.com/CoreUnion/CoreShop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
193 B
Plaintext
4 lines
193 B
Plaintext
4 years ago
|
2021-06-10
|
||
|
修复通过core first生成mysql数据库的两个问题。
|
||
|
1、varchar类型未设置长度。被默认设置为255长度
|
||
|
2、nvarchar(max)长度未及时切换longtext的问题。
|