debug
This commit is contained in:
10
code/database/mongo/migrations/config_subject_fomart.php
Normal file
10
code/database/mongo/migrations/config_subject_fomart.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
return [
|
||||
'collection' => 'config_subject_fomart',
|
||||
'indexes' => [
|
||||
[
|
||||
'key' => ['csf_key' => 1],
|
||||
'options' => ['unique' => true]
|
||||
],
|
||||
]
|
||||
];
|
||||
@@ -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`),
|
||||
|
||||
Reference in New Issue
Block a user