保誠-保戶業務員媒合平台
charlie
2022-01-22 8b54d9e747d8a97e2ee7e8de3d957507e2ddf5f8
1
2
3
4
5
6
CREATE TABLE public.appointment_expiring_notify_record (
   id bigserial NOT NULL,
   appointment_id bigserial NOT NULL,
   send_time timestamp NULL,
   CONSTRAINT appointment_pending_notify_record_pk PRIMARY KEY (id)
);