Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('kk_application_payments_history_id_seq'::regclass) |
|
|
|||||
application_key | varchar | 40 | √ | null |
|
|
|||||
state | text | 2147483647 | null |
|
|
||||||
reason | text | 2147483647 | √ | null |
|
|
|||||
due_date | date | 13 | √ | null |
|
|
|||||
total_sum | text | 2147483647 | √ | null |
|
|
|||||
maksut_secret | text | 2147483647 | √ | null |
|
|
|||||
required_at | timestamptz | 35,6 | √ | null |
|
|
|||||
reminder_sent_at | timestamptz | 35,6 | √ | null |
|
|
|||||
approved_at | timestamptz | 35,6 | √ | null |
|
|
|||||
created_at | timestamptz | 35,6 | √ | now() |
|
|
|||||
modified_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
kk_application_payments_history_pkey | Primary key | Asc | id |