MMv4 KB
 
digdel_fileserver DB table
  Last Edited - 05/21/2010 4:32pm PDT
  Category Path - Developer's Guide > Database Structure
 
This article outlines the database structure for the MMv4 digdel_filserver database table.

  • id
    Primary Key of the table.
    int(10) | unsigned | auto increment | primary key | indexed
  • url
    URL of the File Storage Area
    varcahr(255) | indexed
  • path
    Filepath to the directory, if any, containing the files.
    varcahr(255) | indexed
  • user
    Username for the File Storage Area, generally the FTP username that is used to access these files.
    varcahr(255) | indexed
  • password
    Password for the File Storage Area, generally the FTP password that is used to access these files.
    varcahr(255) | indexed
  • size
    Aproximate size of the File Storage Area
    int(10) | indexed
  • passive_mode
    Is passive FTP mode enabled?
    int(10) | unsigned | Values: 0/timestamp | Default: 0 | indexed
  • host_domain
    Host Domain where the files are stored.
    varcahr(255) | indexed
Powered by ModularKB