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.
CoreShop/数据库/MySql/数据库更新日志.txt

4 lines
193 B
Plaintext

2021-06-10
修复通过core first生成mysql数据库的两个问题。
1、varchar类型未设置长度。被默认设置为255长度
2、nvarchar(max)长度未及时切换longtext的问题。