mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-30 21:12:57 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			305 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			305 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return array(
 | |
| 
 | |
| 
 | |
|  /*
 | |
|   |--------------------------------------------------------------------------
 | |
|   | Database settings
 | |
|   |--------------------------------------------------------------------------
 | |
|   |
 | |
|   | The name of the table to create in the database
 | |
|   |
 | |
|   */
 | |
|   'table_name' => 'countries',
 | |
| 
 | |
| );
 |