This commit is contained in:
2025-09-30 00:03:43 +08:00
parent 19117de6c8
commit 8885fb766a
39 changed files with 517 additions and 159 deletions

View File

@@ -394,6 +394,8 @@
| unit | VARCHAR(32) | YES | | 单位(文本) |
| enum_options | JSON | YES | | 枚举项type=enum |
| searchable | TINYINT(1) | NOT NULL | 0 | 参与检索 |
| fuzzy_searchable | TINYINT(1) | NOT NULL | 0 | 可模糊查询(仅数值型) |
| fuzzy_tolerance | DECIMAL(18,6) | YES | | 容差NULL 使用平台默认 |
| dedupe_participate | TINYINT(1) | NOT NULL | 0 | 参与去重键 |
| sort_order | INT | NOT NULL | 0 | |
| created_at | TIMESTAMP | NOT NULL | CURRENT_TIMESTAMP | |