Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_files_reference_id_seq'::regclass) |
|
|
||||
repositoryid | int8 | 19 | null |
|
|
|||||
lastsync | int8 | 19 | √ | null |
|
|
||||
reference | text | 2147483647 | √ | null |
|
|
||||
referencehash | varchar | 40 | ''::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_filerefe_id_pk | Primary key | Asc | id |
app_filerefe_refrep_uix | Must be unique | Asc/Asc | referencehash + repositoryid |
app_filerefe_rep_ix | Performance | Asc | repositoryid |