This commit is contained in:
		
							parent
							
								
									b3b6dad6ad
								
							
						
					
					
						commit
						71ba3c3c3d
					
				@ -0,0 +1,7 @@
 | 
			
		||||
drop table item_location;
 | 
			
		||||
 | 
			
		||||
create table item_note (
 | 
			
		||||
  item integer references item (id) not null,
 | 
			
		||||
  note jsonb not null,
 | 
			
		||||
  created_at timestamptz default current_timestamp not null
 | 
			
		||||
);
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user