问答详情
源自:2-7 mysqli操作mysql

php报错的表怎么显示的

php报错时的表怎么显示的

提问者:tansss 2020-02-20 17:54

个回答

  • 百亿佳和
    2020-04-04 08:23:03

    http://img1.mukewang.com/5e87d3480001800b10030381.jpg

    这是图请看

  • 百亿佳和
    2020-04-04 08:20:57

    public function up()
    {
        Schema::create('failed_jobs', function (Blueprint $table) {
            $table->increments('id');
            $table->text('connection');
            $table->text('queue');
            $table->longText('payload');
            $table->longText('exception');
            $table->timestamp('failed_at')->useCurrent();
        });
    }