Index


Table: decision

decision Structure
F-Key Name Type Description
query query INT4NOT NULL
status CHAR(15)
strength INT4NOT NULL
thought thought INT4NOT NULL
visited TIMESTAMP

decision Constraints
Name Constraint
decision_pkey PRIMARY KEY (query, thought)
Index

Table: fundamentals

fundamentals Structure
F-Key Name Type Description
description CHAR(255)
fname CHAR(40)NOT NULL PRIMARY KEY
fstring CHAR(255)
fvalue INT4
Index

Table: keyreference

keyreference Structure
F-Key Name Type Description
keyobject CHAR(40)NOT NULL PRIMARY KEY
lastkey INT4NOT NULL
Index

Table: query

query Structure
F-Key Name Type Description
created TIMESTAMPNOT NULL
email CHAR(80)
queryid INT4NOT NULL PRIMARY KEY default nextval('seq_Query'::text)
status CHAR(30)NOT NULL
text TEXTNOT NULL

Tables referencing this one via Foreign Key Constraints:

Index

Table: ssneuron

ssneuron Structure
F-Key Name Type Description
dominance INT4NOT NULL
enabled INT4NOT NULL
interacted TIMESTAMPNOT NULL
spatiality INT4NOT NULL
symbol symbol1 CHAR(80)NOT NULL
symbol symbol2 CHAR(80)NOT NULL

ssneuron Constraints
Name Constraint
ssneuron_pkey PRIMARY KEY (symbol1, symbol2)
Index

Table: stimulus

stimulus Structure
F-Key Name Type Description
query query INT4NOT NULL
reality VARCHAR(255)
stimulus CHAR(80)NOT NULL
Index

Table: summary

summary Structure
F-Key Name Type Description
rank INT4NOT NULL
summaryname CHAR(30)NOT NULL
thought thought INT4NOT NULL
updated DATENOT NULL

summary Constraints
Name Constraint
summary_pkey PRIMARY KEY (summaryname, rank)
Index

Table: symbol

symbol Structure
F-Key Name Type Description
interacted TIMESTAMPNOT NULL
noiseword INT4
reality VARCHAR(255)
symbol CHAR(80)NOT NULL PRIMARY KEY
tsncount INT4

Tables referencing this one via Foreign Key Constraints:

Index

Table: thought

thought Structure
F-Key Name Type Description
confidence INT4NOT NULL default 50
detail TEXT
interacted TIMESTAMPNOT NULL
summary VARCHAR(255)NOT NULL
thoughtid INT4NOT NULL PRIMARY KEY default nextval('seq_Thought'::text)

Tables referencing this one via Foreign Key Constraints:

Index

Table: tsneuron

tsneuron Structure
F-Key Name Type Description
dominance INT4NOT NULL
enabled INT4NOT NULL
interacted TIMESTAMPNOT NULL
spatiality INT4NOT NULL
symbol symbol CHAR(80)NOT NULL
thought thought INT4NOT NULL

tsneuron Constraints
Name Constraint
tsneuron_pkey PRIMARY KEY (thought, symbol)
Index

Table: ttneuron

ttneuron Structure
F-Key Name Type Description
dominance INT4NOT NULL
enabled INT4NOT NULL
interacted TIMESTAMPNOT NULL
spatiality INT4NOT NULL
thought thought1 INT4NOT NULL
thought thought2 INT4NOT NULL

ttneuron Constraints
Name Constraint
ttneuron_pkey PRIMARY KEY (thought1, thought2)
Index