第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

如何在數(shù)據(jù)庫中的公共模式以外的其他模式中插入數(shù)據(jù)。

如何在數(shù)據(jù)庫中的公共模式以外的其他模式中插入數(shù)據(jù)。

PHP
藍(lán)山帝景 2021-05-05 09:37:00
我想在laravel遷移中創(chuàng)建的架構(gòu)中插入數(shù)據(jù),但找不到方法。有人可以指導(dǎo)嗎?public function up(){    DB::statement('CREATE SCHEMA IF NOT EXISTS reports');    Schema::create('reports.campaign_reports', function (Blueprint $table)      {        $table->bigIncrements('id');        $table->string('campaign')->nullable();        $table->string('currency')->nullable();    });}這是我的模型:class CampaignReport extends Model{//    protected $connection = 'schema.reports';protected $table = 'campaign_reports';protected $fillable = [    'campaign',    'currency'    ];}這就是我節(jié)省的方式:CampaignReport::create((array) $dataObject);我收到此錯誤:SQLSTATE [42P01]:未定義表:7錯誤:關(guān)系“ campaign_reports”不存在第1行:插入“ campaign_reports”(“ campaign”,“ currency”,...
查看完整描述

1 回答

  • 1 回答
  • 0 關(guān)注
  • 152 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號