Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('feature_allowance_in_customer_id_seq'::regclass) |
|
|
|||||
| customer_id | varchar | 8 | null |
|
|
||||||
| feature | feature_type | 2147483647 | null |
|
|
||||||
| allowance_data | jsonb | 2147483647 | null |
|
|
||||||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| updated_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
| feature_metadata | _varchar | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| feature_allowance_in_customer_pkey | Primary key | Asc | id |