Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('booking.resource_attr_id_seq'::regclass) |
|
|
||||||||
owner | int4 | 10 | null |
|
|
|||||||||
name | text | 2147483647 | null |
|
|
|||||||||
resource_type | int4 | 10 | null |
|
|
|||||||||
required | bool | 1 | false |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
resource_attr_pkey | Primary key | Asc | id |
bra_name_once_per_type | Must be unique | Asc/Asc | resource_type + name |