xiaogang 4 éve
szülő
commit
b3ed777034
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      app/Models/UserVipLimit.php

+ 1 - 0
app/Models/UserVipLimit.php

xqd
@@ -8,6 +8,7 @@ class UserVipLimit extends BaseModel
 {
     protected $table = 'users_vip_limit';
     public $timestamps = false;
+    protected $primaryKey="user_id";
     protected $fillable = ['user_id', 'weixin','user','dynamic'];
 
 }