I noticed that the def for ClickTrack table has this
'pk' => [
'LinkID',
'IP',
'ClickType',
'ReviewID',
'LinkID',
'IP',
'ClickType',
'ReviewID',
'LinkID',
'IP',
'ClickType',
'ReviewID',
'LinkID',
'IP',
'ClickType',
'ReviewID'
],
Why they are so many duplicates? I thought they are duplicates, so I dropped them in mysqlman, how can I add them back if they are necessary?
Thanks.
Long
'pk' => [
'LinkID',
'IP',
'ClickType',
'ReviewID',
'LinkID',
'IP',
'ClickType',
'ReviewID',
'LinkID',
'IP',
'ClickType',
'ReviewID',
'LinkID',
'IP',
'ClickType',
'ReviewID'
],
Why they are so many duplicates? I thought they are duplicates, so I dropped them in mysqlman, how can I add them back if they are necessary?
Thanks.
Long

