| 
						
						
							
								
							
						
						
					 | 
					@ -12,7 +12,7 @@ return new class extends Migration | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    public function up(): void | 
					 | 
					 | 
					    public function up(): void | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    { | 
					 | 
					 | 
					    { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					        Schema::table('prestamos', function (Blueprint $table) { | 
					 | 
					 | 
					        Schema::table('prestamos', function (Blueprint $table) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					            $table->string('estado')->default('pendiente'); // pendiente, aceptado, rechazado | 
					 | 
					 | 
					            $table->enum('estado', ['pendiente', 'aceptado', 'rechazado'])->default('pendiente'); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					        }); | 
					 | 
					 | 
					        }); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					    } | 
					 | 
					 | 
					    } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |