Added migration for visits provider
This commit is contained in:
		
							
								
								
									
										10
									
								
								migrations/20210821094219_visits_providers.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								migrations/20210821094219_visits_providers.js
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
 | 
			
		||||
exports.up = function(knex) {
 | 
			
		||||
    return knex.schema.table('visits', function (table) {
 | 
			
		||||
        table.text('provider').defaultTo("N/A");
 | 
			
		||||
    });
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
exports.down = function(knex) {
 | 
			
		||||
  
 | 
			
		||||
};
 | 
			
		||||
		Reference in New Issue
	
	Block a user