this article last updated: May 21, 2010 Due to inevitable changes that will be made to the shopping cart software over time, the cart's variable and database structure may change from time to time without advanced notice. We will attempt to keep the information in this article up-to-date, but Modular Merchant makes no guarantee as to the accuracy of the information provided in this article. Use this information at your own risk.
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
|