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]
],
]
];