Table jibu_db.public.schema_changes
Schema 版本变动

Generated by
SchemaSpy
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
id serial 10  √  nextval('schema_changes_id_seq'::regclass) AUTO INCREMENT
major int2 5 主版本号
minor int2 5 次版本号
revision int2 5 修订版本号
hash varchar 64 Git 中 本次 commit 的 hash 码
applied_ts timestamptz 35,6 now() Schema 修改时间

Table contained 0 rows at Wed May 13 10:17 UTC 2015

Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc schema_changes_pkey
hash Must be unique Asc schema_changes_hash_key
major + minor + revision Must be unique Asc/Asc/Asc schema_changes_major_minor_revision_key