increments('id'); $table->text('Name tabel')->nullable(); $table->increments('')->nullable(); $table->softDeletes(); $table->nullableTimestamps(); }); } /* * Reverse the migrations. * * @return void */ public function down() { Schema::drop('test_modules'); } }