tinyInteger('type')->default(0)->comment('视频类型 0:竖屏 1:横屏')->after('img_url'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('video', function (Blueprint $table) { $table->dropColumn('ip'); }); } };