tinyInteger('subjection')->default(0)->comment('主体公司');//1:宝时物流 2:宝时供应链 }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('owners', function (Blueprint $table) { $table->dropColumn('subjection'); }); } }