Index
decision Structure
F-Key |
Name |
Type |
Description |
query
| query |
INT4 | NOT NULL |
| status |
CHAR(15) | |
| strength |
INT4 | NOT NULL |
thought
| thought |
INT4 | NOT NULL |
| visited |
TIMESTAMP | |
decision Constraints
Name |
Constraint |
decision_pkey |
PRIMARY KEY (query, thought) |
Index
fundamentals Structure
F-Key |
Name |
Type |
Description |
| description |
CHAR(255) | |
| fname |
CHAR(40) | NOT NULL PRIMARY KEY |
| fstring |
CHAR(255) | |
| fvalue |
INT4 | |
Index
keyreference Structure
F-Key |
Name |
Type |
Description |
| keyobject |
CHAR(40) | NOT NULL PRIMARY KEY |
| lastkey |
INT4 | NOT NULL |
Index
query Structure
F-Key |
Name |
Type |
Description |
| created |
TIMESTAMP | NOT NULL |
| email |
CHAR(80) | |
| queryid |
INT4 | NOT NULL PRIMARY KEY default nextval('seq_Query'::text) |
| status |
CHAR(30) | NOT NULL |
| text |
TEXT | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
Index
ssneuron Structure
F-Key |
Name |
Type |
Description |
| dominance |
INT4 | NOT NULL |
| enabled |
INT4 | NOT NULL |
| interacted |
TIMESTAMP | NOT NULL |
| spatiality |
INT4 | NOT NULL |
symbol
| symbol1 |
CHAR(80) | NOT NULL |
symbol
| symbol2 |
CHAR(80) | NOT NULL |
ssneuron Constraints
Name |
Constraint |
ssneuron_pkey |
PRIMARY KEY (symbol1, symbol2) |
Index
stimulus Structure
F-Key |
Name |
Type |
Description |
query
| query |
INT4 | NOT NULL |
| reality |
VARCHAR(255) | |
| stimulus |
CHAR(80) | NOT NULL |
Index
summary Structure
F-Key |
Name |
Type |
Description |
| rank |
INT4 | NOT NULL |
| summaryname |
CHAR(30) | NOT NULL |
thought
| thought |
INT4 | NOT NULL |
| updated |
DATE | NOT NULL |
summary Constraints
Name |
Constraint |
summary_pkey |
PRIMARY KEY (summaryname, rank) |
Index
symbol Structure
F-Key |
Name |
Type |
Description |
| interacted |
TIMESTAMP | NOT NULL |
| noiseword |
INT4 | |
| reality |
VARCHAR(255) | |
| symbol |
CHAR(80) | NOT NULL PRIMARY KEY |
| tsncount |
INT4 | |
Tables referencing this one via Foreign Key Constraints:
Index
thought Structure
F-Key |
Name |
Type |
Description |
| confidence |
INT4 | NOT NULL default 50 |
| detail |
TEXT | |
| interacted |
TIMESTAMP | NOT NULL |
| summary |
VARCHAR(255) | NOT NULL |
| thoughtid |
INT4 | NOT NULL PRIMARY KEY default nextval('seq_Thought'::text) |
Tables referencing this one via Foreign Key Constraints:
Index
tsneuron Structure
F-Key |
Name |
Type |
Description |
| dominance |
INT4 | NOT NULL |
| enabled |
INT4 | NOT NULL |
| interacted |
TIMESTAMP | NOT NULL |
| spatiality |
INT4 | NOT NULL |
symbol
| symbol |
CHAR(80) | NOT NULL |
thought
| thought |
INT4 | NOT NULL |
tsneuron Constraints
Name |
Constraint |
tsneuron_pkey |
PRIMARY KEY (thought, symbol) |
Index
ttneuron Structure
F-Key |
Name |
Type |
Description |
| dominance |
INT4 | NOT NULL |
| enabled |
INT4 | NOT NULL |
| interacted |
TIMESTAMP | NOT NULL |
| spatiality |
INT4 | NOT NULL |
thought
| thought1 |
INT4 | NOT NULL |
thought
| thought2 |
INT4 | NOT NULL |
ttneuron Constraints
Name |
Constraint |
ttneuron_pkey |
PRIMARY KEY (thought1, thought2) |
Index