dbfdg id(); $table->string('user_id'); $table->string('ip'); $table->string('date'); $table->text('Details'); $table->integer('created_by'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('login_details'); } };