increments('id'); $table->integer('hp_id')->nullable(); $table->integer('migrated')->nullable(); $table->text('marking', 200)->nullable(); $table->softDeletes(); $table->nullableTimestamps(); }); } /* * Reverse the migrations. * * @return void */ public function down() { Schema::drop('migrator_happytenant_units'); } }