mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-11-04 16:14:03 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			526 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			526 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
            DROPBOXES_PATHS Table Layout for Rivendell
 | 
						|
 | 
						|
The DROPBOXES_PATHS table holds timestamps for 'persistent' dropbox files.
 | 
						|
 | 
						|
FIELD NAME                   TYPE          REMARKS
 | 
						|
-------------------------------------------------------------------------
 | 
						|
ID                           int(11)       Primary Key, Not Null, Unique
 | 
						|
                                           Auto-Increment
 | 
						|
DROPBOX_ID                   int(11)       From DROPBOXES.ID
 | 
						|
FILE_PATH                    char(255)
 | 
						|
FILE_DATETIME                datetime
 |