This commit is contained in:
Default
2025-04-10 17:05:46 +08:00
parent 3f4f8dbd1b
commit 4d60f87c45
4 changed files with 191 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
<?php
return [
'collection' => 'config_subject_fomart',
'indexes' => [
[
'key' => ['csf_key' => 1],
'options' => ['unique' => true]
],
]
];

View File

@@ -71,8 +71,8 @@ CREATE TABLE `domain` (
`d_index_description` varchar(1000) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT '首页description模板',
`d_statis` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT '单域名统计',
`d_logo_type` tinyint(1) DEFAULT NULL,
`d_text_log` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`d_img_log` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`d_text_logo` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`d_img_logo` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`d_content_encode` tinyint unsigned DEFAULT '0',
`t_cfg` json DEFAULT NULL,
PRIMARY KEY (`d_id`),