payment_messages¶
Колонки¶
| колонка | тип | not null | default |
|---|---|---|---|
id |
"uuid" |
✅ | "gen_random_uuid"() |
provider |
"text" |
✅ | `` |
charge_id |
"text" |
✅ | `` |
chat_id |
bigint |
✅ | `` |
message_id |
bigint |
✅ | `` |
created_at |
timestamp with time zone |
"now"() |
|
updated_at |
timestamp with time zone |
"now"() |
Ограничения¶
CONSTRAINT "payment_messages_pkey" PRIMARY KEY ("id")