mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-11-04 16:14:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			577 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			577 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
              REPL_CART_STATE Table Layout for Rivendell
 | 
						|
 | 
						|
The REPL_CART_STATE table holds replication tracking data for cart
 | 
						|
objects.
 | 
						|
 | 
						|
FIELD NAME           TYPE              REMARKS
 | 
						|
------------------------------------------------------------------
 | 
						|
ID                   int(10) unsigned  auto_increment, not null
 | 
						|
                                       primary key
 | 
						|
REPLICATOR_NAME      char(32)          from REPLICATORS.NAME
 | 
						|
CART_NUMBER          int(10) unsigned  from CART.NUMBER
 | 
						|
POSTED_FILENAME      char(255)
 | 
						|
ITEM_DATETIME        datetime
 | 
						|
REPOST               enum('N','Y')
 |