zxbodya / yii2-gallery-manager

93 stars 61 forks source link

How about add index to type column #66

Open bscheshirwork opened 5 years ago

bscheshirwork commented 5 years ago

We have a migration https://github.com/zxbodya/yii2-gallery-manager/blob/f6da89836346e2491f3063c9bc7a4872f5b06db3/migrations/m140930_003227_gallery_manager.php#L16-L23

without index of type column. This column contain a grouping index

         'galleryBehavior' => [
             'class' => GalleryBehavior::className(),
             'type' => 'product',

and contain 1~10 items of common case. Look like good idea to create index of this.