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