mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-11-04 16:14:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			457 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			457 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
               JACK_CLIENTS Table Layout for Rivendell
 | 
						|
 | 
						|
The JACK_CLIENTS table contains data about jackd(1) clients to start
 | 
						|
when starting the rivendell daemons.
 | 
						|
 | 
						|
FIELD NAME           TYPE               REMARKS
 | 
						|
-------------------------------------------------------------------------
 | 
						|
ID                   int unsigned(10)   Primary Key
 | 
						|
STATION_NAME         char(64)           From STATIONS.NAME
 | 
						|
DESCRIPTION          char(64)
 | 
						|
COMMAND_LINE         char(255)
 |