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