Phingoo crm queue
phingoo_crm_queue¶
- Schema: public
- PK: (
external_rec_id,internal_table_id) -- composite
Columns¶
| Column | Type | Nullable | Default | Notes |
|---|---|---|---|---|
| external_rec_id | varchar | NOT NULL | Part of composite PK | |
| internal_table_id | uuid | NOT NULL | Part of composite PK | |
| created_time | timestamp | YES | now() | |
| process_id | uuid | YES |
Key indexes¶
phingoo_queue_pk-- PK on (external_rec_id,internal_table_id)