Table "cafe.pos_sequences" Column | Type | Collation | Nullable | Default ---------------+--------------------------+-----------+----------+------------------- pos_config_id | integer | | not null | business_date | date | | not null | next_seq | integer | | not null | 1 updated_at | timestamp with time zone | | not null | CURRENT_TIMESTAMP Indexes: "pos_sequences_pkey" PRIMARY KEY, btree (pos_config_id, business_date)