adding to user migration
This commit is contained in:
		@@ -25,6 +25,7 @@ class CreateUsersTable extends Migration
 | 
			
		||||
            $table->string('password');
 | 
			
		||||
            $table->text('two_factor_secret')->nullable();
 | 
			
		||||
            $table->text('two_factor_recovery_codes')->nullable();
 | 
			
		||||
            $table->timestamp('two_factor_confirmed_at')->nullable();
 | 
			
		||||
            $table->rememberToken();
 | 
			
		||||
            $table->timestamp('created_at')->useCurrent();
 | 
			
		||||
            $table->timestamp('updated_at')->nullable()->useCurrentOnUpdate();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user