mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-11-04 16:14:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			524 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			524 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
                FEED_PERMS Table Layout for Rivendell
 | 
						|
 | 
						|
The FEED_PERMS table holds data concerning which RSS feeds are 
 | 
						|
are allowed to be accessed by which users.  Following is the layout 
 | 
						|
of a record in the FEED_PERMS table:
 | 
						|
 | 
						|
 | 
						|
FIELD NAME           TYPE              REMARKS
 | 
						|
---------------------------------------------------------------
 | 
						|
ID                   int(10) unsigned  Primary key, auto increment
 | 
						|
USER_NAME            char(255)         From USERS.LOGIN_NAME
 | 
						|
KEY_NAME             char(8)           From FEEDS.KEYNAME
 |