dbfdg id(); $table->string('title'); $table->integer('order')->default(0); $table->integer('created_by'); $table->timestamps(); } ); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('job_stages'); } }