6 lines
		
	
	
		
			71 B
		
	
	
	
		
			PL/PgSQL
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			71 B
		
	
	
	
		
			PL/PgSQL
		
	
	
	
	
	
| BEGIN;
 | |
| 
 | |
| ALTER TABLE "device_skip" ADD "last_defer" timestamp;
 | |
| 
 | |
| COMMIT;
 |