Session
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
user_id | integer | not null default 0 |
session_hash | character(32) | not null default ''::bpchar |
ip_addr | character(15) | not null default ''::bpchar |
time | integer | not null default 0 |
Indexes: session_pkey primary key btree (session_hash) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)