Dumped on 2003-09-28
dominion Structure
| F-Key |
Name |
Type |
Description |
|
|
dominion_id |
serial |
PRIMARY KEY
|
|
|
dominion_name |
character varying(50) |
UNIQUE
NOT NULL
|
|
dominiontype.dominion_type_id
|
dominion_type_id |
integer |
NOT NULL
|
|
|
notes |
text |
|
Tables referencing this one via Foreign Key Constraints:
Index -
Schema public
dominionlord Structure
| F-Key |
Name |
Type |
Description |
|
dominion.dominion_id
|
dominion_id |
integer |
PRIMARY KEY
|
|
fae.fae_id
|
lord_id |
integer |
PRIMARY KEY
|
|
|
start_date |
date |
PRIMARY KEY
|
|
|
end_date |
date |
|
|
|
title |
character varying(50) |
|
Index -
Schema public
dominiontype Structure
| F-Key |
Name |
Type |
Description |
|
|
dominion_type_id |
serial |
PRIMARY KEY
|
|
|
dominion_type |
character varying(50) |
|
|
|
notes |
text |
|
Tables referencing this one via Foreign Key Constraints:
Index -
Schema public
escheatoath Structure
| F-Key |
Name |
Type |
Description |
|
fae.fae_id
|
lord_id |
integer |
PRIMARY KEY
|
|
fae.fae_id
|
vassal_id |
integer |
PRIMARY KEY
|
|
|
oath_date |
date |
PRIMARY KEY
|
|
|
release_date |
date |
|
|
freehold.freehold_id
|
freehold_id |
integer |
|
|
|
notes |
text |
|
Index -
Schema public
Table:
fae
fae Structure
| F-Key |
Name |
Type |
Description |
|
|
fae_id |
serial |
PRIMARY KEY
|
|
faetype.fae_type_id
|
fae_type_id |
integer |
NOT NULL
|
Tables referencing this one via Foreign Key Constraints:
Index -
Schema public
faetype Structure
| F-Key |
Name |
Type |
Description |
|
|
fae_type_id |
serial |
PRIMARY KEY
|
|
|
fae_type |
character varying(20) |
NOT NULL
|
Tables referencing this one via Foreign Key Constraints:
Index -
Schema public
fealtygreateroath Structure
| F-Key |
Name |
Type |
Description |
|
fae.fae_id
|
vassal_id |
integer |
PRIMARY KEY
|
|
fae.fae_id
|
lord_id |
integer |
NOT NULL
|
|
|
notes |
text |
|
Index -
Schema public
freehold Structure
| F-Key |
Name |
Type |
Description |
|
|
freehold_id |
serial |
PRIMARY KEY
|
|
|
freehold_name |
character varying(50) |
NOT NULL
|
|
|
region |
character varying(50) |
|
|
|
address |
character varying(200) |
|
|
freeholdsize.size_id
|
size_id |
integer |
|
|
|
notes |
text |
|
Tables referencing this one via Foreign Key Constraints:
Index -
Schema public
freeholdsize Structure
| F-Key |
Name |
Type |
Description |
|
|
size_id |
serial |
PRIMARY KEY
|
|
|
size |
character varying(20) |
UNIQUE
NOT NULL
|
Tables referencing this one via Foreign Key Constraints:
Index -
Schema public
holdingoath Structure
| F-Key |
Name |
Type |
Description |
|
freehold.freehold_id
|
freehold_id |
integer |
PRIMARY KEY
|
|
fae.fae_id
|
fae_id |
integer |
PRIMARY KEY
|
|
|
oath_date |
date |
PRIMARY KEY
|
|
|
release_date |
date |
|
|
|
notes |
text |
|
Index -
Schema public
house Structure
| F-Key |
Name |
Type |
Description |
|
|
house_id |
serial |
PRIMARY KEY
|
|
|
house_name |
character varying(50) |
UNIQUE
NOT NULL
|
Tables referencing this one via Foreign Key Constraints:
Index -
Schema public
incarnation Structure
| F-Key |
Name |
Type |
Description |
|
fae.fae_id
|
fae_id |
integer |
PRIMARY KEY
|
|
fae.fae_id
|
soul_fae_id |
integer |
NOT NULL
|
|
mortal.mortal_id
|
mortal_id |
integer |
NOT NULL
|
|
|
incarnation_name |
character varying(50) |
NOT NULL
|
|
|
chrysalis_date |
date |
|
|
|
sain_date |
date |
|
|
|
notes |
text |
|
Tables referencing this one via Foreign Key Constraints:
Index -
Schema public
kith Structure
| F-Key |
Name |
Type |
Description |
|
|
kith_id |
serial |
PRIMARY KEY
|
|
|
kith_name |
character varying(50) |
UNIQUE
NOT NULL
|
Tables referencing this one via Foreign Key Constraints:
Index -
Schema public
mortal Structure
| F-Key |
Name |
Type |
Description |
|
|
mortal_id |
serial |
PRIMARY KEY
|
|
|
mortal_name |
character varying(50) |
NOT NULL
|
|
|
dob |
date |
|
|
|
dod |
date |
|
|
|
notes |
text |
|
Tables referencing this one via Foreign Key Constraints:
Index -
Schema public
pookaform Structure
| F-Key |
Name |
Type |
Description |
|
incarnation.fae_id
|
fae_id |
integer |
PRIMARY KEY
|
|
|
animal |
character varying(50) |
NOT NULL
|
|
|
notes |
text |
|
Index -
Schema public
sidhehouse Structure
| F-Key |
Name |
Type |
Description |
|
soul.fae_id
|
fae_id |
integer |
PRIMARY KEY
|
|
house.house_id
|
house_id |
integer |
NOT NULL
|
Index -
Schema public
soul Structure
| F-Key |
Name |
Type |
Description |
|
fae.fae_id
|
fae_id |
integer |
PRIMARY KEY
|
|
kith.kith_id
|
kith_id |
integer |
NOT NULL
|
|
|
soul_name |
character varying(50) |
NOT NULL
|
|
|
notes |
text |
|
Tables referencing this one via Foreign Key Constraints:
Index -
Schema public
Generated by PostgreSQL Autodoc
W3C HTML 4.01 Strict