SchemaSpy Analysis of jibu_db.public - Columns Generated by
SchemaSpy
Generated by SchemaSpy on Thu May 14 14:15 UTC 2015
Legend:
Primary key columns
Columns with indexes
 

jibu_db.public contains 21 columns - click on heading to sort:
Table Column Type Size Nulls Auto Default Comments
schema_changes applied_ts timestamptz 35,6 now() Schema 修改时间
schema_changes hash varchar 64 Git 中 本次 commit 的 hash 码
schema_changes id serial 10  √  nextval('schema_changes_id_seq'::regclass) AUTO INCREMENT
schema_changes major int2 5 主版本号
schema_changes minor int2 5 次版本号
schema_changes revision int2 5 修订版本号
tokens created_by int4 10 创建此令牌的用户
tokens expiration_ts timestamptz 35,6 令牌的过期时间
tokens id serial 10  √  nextval('tokens_id_seq'::regclass) AUTO INCREMENT
tokens send_to varchar 64 令牌被发送到哪个邮箱,如密码找回,就发送到创建令牌的用户自己的邮箱。
tokens type varchar 16 令牌类型,如 password 表示该令牌只用于密码找回
tokens value varchar 64 令牌值,用于通过系统认证
userbase emailaddress varchar 64 用户的电子邮件地址
userbase enabled bool 1 true 用户的状态, TRUE 有效, FALSE 无效, 禁止登录
userbase fullname varchar 64 用于显示的全名,不设置默认为用户名
userbase id serial 10  √  nextval('userbase_id_seq'::regclass) AUTO INCREMENT
userbase invited_by int4 10 注册用户的邀请用户
userbase password varchar 64 用于登录的用户密码
userbase registered_ts timestamptz 35,6 now() 用户注册时间
userbase type int2 5 1 用户的类型,1: 注册用户,2: 高级用户,4: 管理员。
userbase username varchar 64 用于登录的用户名