Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_mnet_host_id_seq'::regclass) |
|
|
||||
deleted | int2 | 5 | 0 |
|
|
|||||
wwwroot | varchar | 255 | ''::character varying |
|
|
|||||
ip_address | varchar | 45 | ''::character varying |
|
|
|||||
name | varchar | 80 | ''::character varying |
|
|
|||||
public_key | text | 2147483647 | null |
|
|
|||||
public_key_expires | int8 | 19 | 0 |
|
|
|||||
transport | int2 | 5 | 0 |
|
|
|||||
portno | int4 | 10 | 0 |
|
|
|||||
last_connect_time | int8 | 19 | 0 |
|
|
|||||
last_log_id | int8 | 19 | 0 |
|
|
|||||
force_theme | int2 | 5 | 0 |
|
|
|||||
theme | varchar | 100 | √ | null |
|
|
||||
applicationid | int8 | 19 | 1 |
|
|
|||||
sslverification | int2 | 5 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_mnethost_id_pk | Primary key | Asc | id |
app_mnethost_app_ix | Performance | Asc | applicationid |