Sessions: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "The Sessions table gives information regarding sessions and data asociated to it. == Sessions Variable Documentation == {| class="wikitable" !Name !!Datatype !!Description ! |-...")
 
(No difference)

Latest revision as of 23:56, 24 April 2018

The Sessions table gives information regarding sessions and data asociated to it.

Sessions Variable Documentation

Name Datatype Description !
id int(11) Unique ID for each of the session. Primary Key
session_id varchar(255) Session_id for each of the session
data mediumtext Data associated with the session.
created_at datetime Date time value when the record was created.
updated_at datetime Date time value when the record was updated.

E/R diagram for Parents Tables

No Tables were referred by the Sessions Table as Foreign Key Relationship.


E/R diagram for Child Tables

No Tables were referred by the Sessions Table as Foreign Key Relationship.


Back to Database Tables Main page.