Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('url_verify.session_id_seq'::regclass) |
|
|
|||||||||||
| name | text | 2147483647 | null |
|
|
||||||||||||
| owning_lib | int4 | 10 | null |
|
|
||||||||||||
| creator | int4 | 10 | null |
|
|
||||||||||||
| container | int4 | 10 | null |
|
|
||||||||||||
| create_time | timestamptz | 35,6 | now() |
|
|
||||||||||||
| search | text | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| session_pkey | Primary key | Asc | id |
| uvs_name_once_per_lib | Must be unique | Asc/Asc | name + owning_lib |
