mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 00:17:34 -05:00 
			
		
		
		
	Fixes for migration file
This commit is contained in:
		
							parent
							
								
									3df5e6ca5c
								
							
						
					
					
						commit
						a58967dcab
					
				@ -17,7 +17,7 @@ return new class extends Migration
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        Schema::table('companies', function (Blueprint $table){
 | 
					        Schema::table('companies', function (Blueprint $table){
 | 
				
			||||||
            $table->bigInteger('legal_entity_id')->nullable();
 | 
					            $table->bigInteger('legal_entity_id')->nullable();
 | 
				
			||||||
        })
 | 
					        });
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user