mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-11-04 16:14:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			568 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			568 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
                 PANEL_NAMES Table Layout for Rivendell
 | 
						|
 | 
						|
The PANEL_NAMES table holds configuration data for the names of the
 | 
						|
SoundPanels in Rivendell.  Following is the layout of a record in the
 | 
						|
PANEL_NAMES table:
 | 
						|
 | 
						|
FIELD NAME           TYPE              REMARKS
 | 
						|
------------------------------------------------------------------------------
 | 
						|
ID                   int(10) unsigned  * Primary key, Auto Increment
 | 
						|
TYPE                 int(11)           0=Station Panel, 1=User Panel
 | 
						|
OWNER                char(64)
 | 
						|
PANEL_NO             int(11)
 | 
						|
NAME                 char(64)
 |