<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class RomeGift extends Model { protected $table = 'love_live_rome_gift'; protected $fillable = [ 'uid', 'lid','gid', 'rose','fuid','level' ]; }