increments('id'); $table->integer('uid')->comment('会员ID'); $table->integer('tplid')->comment('模版ID'); $table->timestamps(); $table->softDeletes(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('company_tpls'); } }