This commit is contained in:
Default
2025-04-08 01:31:20 +08:00
parent 076f897dc7
commit 7980d46110

View File

@@ -0,0 +1,10 @@
<?php
return [
'collection' => 'gan_rao_ma',
'indexes' => [
[
'key' => ['grm_domain' => 1, 'grm_page_code' => 1, 'grm_page_line' => 1, 'grm_page_diff' => 1],
'options' => ['unique' => true]
],
]
];