Table files uploaded
From Zen Cart(tm) Wiki
Revision as of 12:53, 8 September 2006 by Allcanadiansearch.ca (Talk | contribs)
Contents |
Database Version
- 1.3.5
Description
- Stores information about all the files that customers have uploaded.
Table Details
Primary Key
Indexed Fields
Columns
files_uploaded_id 
- A unique, auto incremented value, to identify each files uploaded record.
Type: int(11) Null: No Default: Extra: auto_increment
sesskey
- The zenid session id that was in use when the file was uploaded.
Type: varchar(32) Null: Yes Default: NULL
customers_id

- Links the file uploaded to the customers table. Foreign key to customers.customers_id.
Type: int(11) Null: Yes Default: NULL
files_uploaded_name
- The real filename of the uploaded file.
Type: varchar(64) Null: No Default:
Default Entries
- None.
