儀表板
文件庫
filestore
活動
搜尋
登入
pcalife
/
PAM
保誠-保戶業務員媒合平台
匯總
相關日誌
提交
目錄
檔案區
分支(forks)
比對
究查
|
歷程
|
原始
Merge branch 'Phase3' of https://192.168.0.10:8443/r/pcalife/PAM into Phase3
Mila
2022-01-24
035621f9e0fd3e74b845d6a2402c93852f4c1736
[pcalife/PAM.git]
/
pamapi
/
src
/
doc
/
sql
/
20220122_w.sql
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_expiring_notify_record_pk PRIMARY KEY (id)
);