Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('config.geolocation_service_id_seq'::regclass) |
|
|
|||||
active | bool | 1 | √ | null |
|
|
|||||
owner | int4 | 10 | null |
|
|
||||||
name | text | 2147483647 | √ | null |
|
|
|||||
service_code | text | 2147483647 | √ | null |
|
|
|||||
api_key | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
geolocation_service_pkey | Primary key | Asc | id |