mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-10-31 06:03:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			500 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			500 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|                REPLICATOR_MAP Table Layout for Rivendell
 | |
| 
 | |
| The REPLICATOR_MAP table holds the mapping data between replicator
 | |
| configurations and groups.
 | |
| 
 | |
| FIELD NAME           TYPE              REMARKS
 | |
| ------------------------------------------------------------------
 | |
| ID                   int(10) unsigned  auto_increment, not null,
 | |
|                                        primary key
 | |
| REPLICATOR_NAME      char(32)          from REPLICATORS.NAME
 | |
| GROUP_NAME           char(10)          from GROUPS.NAME
 |