This commit is contained in:
Default
2025-04-22 22:10:45 +08:00
parent 06ba3c8411
commit 1c1734bd60
12 changed files with 228 additions and 507 deletions

View File

@@ -0,0 +1,10 @@
<?php
return [
'collection' => 'video_clicks',
'indexes' => [
[
'key' => ['v_id' => 1, 'vc_date' => 1, 'vc_type' => 1],
'options' => ['unique' => true]
],
]
];