bigIncrements('id'); // $table->string('name'); // $table->string('code', 50) // ->comment( // ' // 1 - Business Category, // 2 - Lead Source, // 3 - Order Channel, // 4 - Order Status, // 5 - Priority, // 6 - Responsible Person, // 7 - Work Method, // 8 - Work Type, // 9 - Location Access, // 10 - Access Road, // 11 - Land Contour, // 12 - Footprint Circumstance, // 13 - Project Status // coa_name - CoA Name, // coa_code - CoA code // ', // ); // $table->string('import_id')->comment("util for seeder")->nullable(); // $table->timestamps(); // }); } /** * Reverse the migrations. * * @return void */ public function down() { // Schema::dropIfExists('requirements'); } }