id(); $table->morphs('subscriber'); $table->text('google2fa_secret')->nullable(); $table->boolean('status')->default(0); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('google2fas'); } }