mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-11-03 23:53:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			440 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			440 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
                  NEXUS_SERVER Table Layout for Rivendell
 | 
						|
 | 
						|
The NEXUS_SERVER table holds data concerning integration with
 | 
						|
a MusicMaster Nexus server.
 | 
						|
 | 
						|
FIELD NAME           TYPE              REMARKS
 | 
						|
--------------------------------------------------------------------------
 | 
						|
NUMBER               int(10) unsigned
 | 
						|
ENABLED              enum('N','Y')
 | 
						|
ADDRESS              varchar(50)
 | 
						|
PORT                 int(11)
 | 
						|
STATION_NAME         varchar(64)
 |