bigIncrements('id'); $table->string('name'); $table->timestamps(); }); $processMethods=['贴标','撕标','全检','组套','拆套','喷码','其他']; for ($i=0;$i$processMethods[$i] ]); } } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('process_methods'); } }