mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-11-04 16:14:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			485 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			485 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
               ENCODERS Table Layout for Rivendell
 | 
						|
 | 
						|
The EVENTS table holds data concerning each custom encoder format
 | 
						|
on the system.  Following is the layout of a record in the ENCODERS
 | 
						|
table:
 | 
						|
 | 
						|
FIELD NAME           TYPE             REMARKS
 | 
						|
-------------------------------------------------------------------
 | 
						|
ID                   int(11)
 | 
						|
NAME                 char(32)
 | 
						|
STATION_NAME         char(64)         From STATIONS.NAME
 | 
						|
COMMAND_LINE         char(255)
 | 
						|
DEFAULT_EXTENSION    char(16)
 |