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

17 lines
745 B
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

2021-08-01
1、增加【WeChatAccessToken】表。用于存储微信公众号或者小程序存放交互accessToken用
2021-07-20
1、删除【CoreCmsGoodsType】表。
2、删除【CoreCmsGoodsTypeSpecRel】表。
3、删除【CoreCmsGoodsTypeParams】表。
4、商品表增加【goodsSkuIds】字段。sku序列
5、商品表增加【goodsParamsIds】字段。参数序列
2021-06-19
因linux下存在数据与文件名称大小写不对应导致找不到数据库表的问题特重新发布一份表名与实体名称一一对应脚本。
2021-06-10
修复通过core first生成mysql数据库的两个问题。
1、varchar类型未设置长度。被默认设置为255长度
2、nvarchar(max)长度未及时切换longtext的问题。