2002年6月15日
表紙

ErogameScape−エロゲー批評空間−

テーブルリスト

brandlist

テーブルの概要

 ブランドの情報が格納されてます。

テーブルの構造

   Attribute   |  Type   |                      備考
---------------+---------+----------------------------------------------------
 id            | integer | 主キー
 brandname     | text    |
 brandfurigana | text    |
 makername     | text    | 使ってませんがデータが入っていることがあります。
 makerfurigana | text    | 使ってませんがデータが入っていることがあります。
 url           | text    |

createrlist

テーブルの概要

 クリエイターの情報が格納されています。

テーブルの構造

 Attribute |  Type   |                        備考
-----------+---------+--------------------------------------------------------
 id        | integer | 主キー
 name      | text    |
 furigana  | text    | 読み方が分からない場合は適当にいれてあります。
 title     | text    |
 url       | text    |
 circle    | text    |
 betumei   | integer | 使っていません。

douitujinbutu

テーブルの概要

 クリエイターが同一人物なのに別名を使っている場合の関連付けテーブルです。

テーブルの構造

 Attribute |  Type   | 備考
-----------+---------+----------
 creater1  | integer | 外部キー(createrlist.id)
 creater2  | integer | 外部キー(createrlist.id)

gamelist

テーブルの概要

 ゲームの情報が格納されています。

テーブルの構造

 Attribute |  Type   |                     備考
-----------+---------+---------------------------------------------------
 id        | integer | 主キー
 gamename  | text    | 
 furigana  | text    |
 sellday   | date    |
 brandname | integer | 外部キー(brandlist.id)
 median    | integer | 内部処理用
 stdev     | integer | 内部処理用
 creater   | integer | 使っていません。
 kansouurl | text    |
 osusume   | boolean | 使っていません。
 hanbaisuu | integer | 使っていません。
 average2  | integer | 内部処理用
 median2   | integer | 内部処理用
 count2    | integer | 内部処理用
 comike    | text    |
 shoukai   | text    |

homepagelist

テーブルの概要

 ホームページ(レビューサイト)の情報が格納されています。

テーブルの構造

 Attribute |  Type   | 備考
-----------+---------+----------
 id        | integer | 主キー
 title     | text    |
 furigana  | text    |
 url       | text    |
 admin     | text    |
 tokuten   | boolean |

myuserview

テーブルの概要

 ユーザーさんの情報が格納されています。

テーブルの構造

 Attribute | Type | 備考
-----------+------+----------
 uid       | text | 主キー
 title     | text |
 url       | text |
 hitokoto  | text |

povgroups

テーブルの概要

 ゲームとPOVの関連付けテーブルです。

テーブルの構造

 Attribute |           Type           |                       備考
-----------+--------------------------+------------------------------------------------------
 id        | integer                  | 主キー
 uid       | text                     | 外部キー(myuerview.uid)
 pov       | integer                  | 外部キー(povlist.id)
 game      | integer                  | 外部キー(gamelist.id)
 rank      | character(1)             | AかBかCが入ります
 memo      | text                     |
 tourokubi | timestamp with time zone |

povlist

テーブルの概要

 POVの情報が格納されています。

テーブルの構造

 Attribute |           Type           |                      備考
-----------+--------------------------+----------------------------------------------------
 id        | integer                  | 主キー
 title     | character varying(100)   |
 comment   | text                     |
 uid       | text                     | 外部キー(myuerview.uid)
 timestamp | timestamp with time zone |
 tourokubi | timestamp with time zone |

reviewpagelist

テーブルの概要

 ホームページとゲームの関連付けテーブルです。

テーブルの構造

 Attribute  |  Type   |                        備考
------------+---------+---------------------------------------------------------
 id         | integer | 主キー
 game       | integer | 外部キー(gamelist.id)
 reviewpage | integer | 外部キー(homepagelist.id)
 tokuten    | integer |
 tourokubi  | date    |
 checked    | boolean | 使っていません。
 memo       | text    |

shokushu

テーブルの概要

 クリエイターとゲームの関連付けテーブルです。

テーブルの構造

 Attribute |  Type   |                      備考
-----------+---------+-----------------------------------------------------
 id        | integer | 主キー
 game      | integer | 外部キー(gamelist.id)
 creater   | integer | 外部キー(createrlist.id)
 shubetu   | integer | 1が原画、2がシナリオ、3は音楽、4はキャラデザ

userreview

テーブルの概要

 ユーザーとゲームの関連付けテーブルです。

テーブルの構造

  Attribute   |           Type           |        備考
--------------+--------------------------+------------------------
 game         | integer                  | 主キー、外部キー(gamelist.id)
 uid          | text                     | 主キー、外部キー(myuserview.uid)
 tokuten      | integer                  |
 tourokubi    | timestamp with time zone |
 hitokoto     | character varying(400)   |
 memo         | text                     |
 netabare     | boolean                  | 使っていません。
 hitokoto_tmp | character varying(400)   | 使っていません。

▲上へ


表紙
 ひろいん
 erscape @ apost.plala.or.jp