Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||
| domain | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| title | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||
| client_name | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||
| client_email | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| seller_name | text | 2147483647 | ''::text |
|
|
|||||||||||||||||||||||||||||||||||||||||||||
| status | text | 2147483647 | 'draft'::text |
|
|
|||||||||||||||||||||||||||||||||||||||||||||
| welcome_message | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| visit_count | int4 | 10 | 0 |
|
|
|||||||||||||||||||||||||||||||||||||||||||||
| last_visited_at | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| created_at | timestamptz | 35,6 | now() |
|
|
|||||||||||||||||||||||||||||||||||||||||||||
| updated_at | timestamptz | 35,6 | now() |
|
|
|||||||||||||||||||||||||||||||||||||||||||||
| slug | text | 2147483647 | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||
| cms_type | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| cms_profile | jsonb | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| price_cents | int4 | 10 | 0 |
|
|
|||||||||||||||||||||||||||||||||||||||||||||
| stripe_price_id | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| customer_id | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| access_code | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| biz_profile_id | int4 | 10 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| executive_summary | jsonb | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| bizhub_business_id | int8 | 19 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| template | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| template_slots | jsonb | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| created_by | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| deleted_at | timestamptz | 35,6 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| droom_obj_key | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| first_name | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| audit_url | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| deliverables | _text | 2147483647 | '{audit}'::text[] |
|
|
|||||||||||||||||||||||||||||||||||||||||||||
| is_demo | bool | 1 | false |
|
|
|||||||||||||||||||||||||||||||||||||||||||||
| list_price_cents | int4 | 10 | 49900 |
|
|
|||||||||||||||||||||||||||||||||||||||||||||
| last_name | text | 2147483647 | √ | null |
|
|
||||||||||||||||||||||||||||||||||||||||||||
| business_name | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| deal_rooms_pkey | Primary key | Asc | id |
| idx_rooms_bizhub_biz | Performance | Asc | bizhub_business_id |
| idx_rooms_customer | Performance | Asc | customer_id |
| idx_rooms_domain | Performance | Asc | domain |
| idx_rooms_slug | Must be unique | Asc | slug |