| フィールド名 | データ型 | 制約 | 主キー | 外部キー | 説明文 |
|---|---|---|---|---|---|
| sessionid | text | not null | - | - | sessionid |
| logintime | timestamp | not null | - | - | logintime |
| lastaccesstime | timestamp | not null | - | - | lastaccesstime |
| account | text | default '' | - | - | account |
| loginstatus | text | - | - | loginstatus | |
| logoutstatus | text | - | - | logoutstatus | |
| address | integer | - | - | address | |
| login_seq_id | serial | not null | ○ | - | login_seq_id |