v1.0.30: companies 表删除 name_en(英文名称)字段及全部关联 - 迁移SQL+helpers白名单+add/import/export/list+person关联查询(companies/company_options/products)+completeness核心层与标签+company.js搜索/筛选/列表/详情

This commit is contained in:
nanguaboss
2026-08-09 21:46:43 +08:00
parent e2ae1f967e
commit 13e7b2180e
13 changed files with 34 additions and 26 deletions
+8
View File
@@ -0,0 +1,8 @@
-- ============================================================
-- SuperLink Web - v1.0.30 数据库结构变更
-- companies 表删除 name_en(英文名称)字段
-- ============================================================
SET NAMES utf8mb4;
ALTER TABLE `companies`
DROP COLUMN `name_en`;