Table paypal session

From Zen Cart(tm) Wiki

Revision as of 17:09, 8 September 2006 by Allcanadiansearch.ca (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contents

Database Version

1.3.5


Description

Image:Help.gif


Table Details

Primary Key

unique_id

Indexed Fields

session_id


Columns

unique_id Primary Key

A unique, auto incremented value, to identify each paypal session record.
Type: int(11)
Null: No
Default:
Extra: auto_increment


session_id Index

Image:Help.gif
Type: text
Null: No
Default:


saved_session

Image:Help.gif
Type: blob
Null: No
Attributes: BINARY
Default:


expiry

Image:Help.gif
Type: int(17)
Null: No
Default: 0


Default Entries

None.