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

14 lines
625 B
Plaintext

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的问题。