Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('actor.address_alert_id_seq'::regclass) |
|
|
|||||
owner | int4 | 10 | null |
|
|
||||||
active | bool | 1 | true |
|
|
||||||
match_all | bool | 1 | true |
|
|
||||||
alert_message | text | 2147483647 | null |
|
|
||||||
street1 | text | 2147483647 | √ | null |
|
|
|||||
street2 | text | 2147483647 | √ | null |
|
|
|||||
city | text | 2147483647 | √ | null |
|
|
|||||
county | text | 2147483647 | √ | null |
|
|
|||||
state | text | 2147483647 | √ | null |
|
|
|||||
country | text | 2147483647 | √ | null |
|
|
|||||
post_code | text | 2147483647 | √ | null |
|
|
|||||
mailing_address | bool | 1 | false |
|
|
||||||
billing_address | bool | 1 | false |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
address_alert_pkey | Primary key | Asc | id |