increments('otpatt_id'); $table->integer('lcard_id'); $table->string('otp', 8); $table->timestamp('created_at'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('otp_attempts'); } }