integer('aid')->nullable(); $table->integer('type')->comment('1为微信,2为人工'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }