Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
server_id | bigserial | 19 | √ | nextval('servers_server_id_seq'::regclass) |
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||
path | varchar | 32 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
seq | float8 | 17,17 | '0'::double precision |
|
|
Used to order lists of servers |
||||||||||||||||||||||||||||||||||||||||||||||||||
primary_locale | varchar | 14 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
enabled | int2 | 5 | '1'::smallint |
|
|
Controls whether or not the server is considered “live” and will appear on the website. (Note that disabled servers may still be accessible, but only if the user knows the URL.) |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
servers_pkey | Primary key | Asc | server_id |
servers_path | Must be unique | Asc | path |