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