|GroupStore newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|GroupStore newQuery() * @method static \Illuminate\Database\Eloquent\Builder|GroupStore query() * @method static \Illuminate\Database\Eloquent\Builder|GroupStore whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupStore whereGroupId($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupStore whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupStore whereMetadata($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupStore whereStoreKey($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupStore whereStoreValue($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupStore whereUpdatedAt($value) * @mixin \Eloquent */ class GroupStore extends Model { use HasFactory; }