[update] 調整dev照片路徑設定檔案、並補上預約單備註的sql
比對新檔案 |
| | |
| | | CREATE TABLE public.appointment_memo ( |
| | | id bigserial NOT NULL, |
| | | "content" varchar NOT NULL, |
| | | appointment_id int8 NOT NULL, |
| | | created_date timestamp NOT NULL, |
| | | created_by varchar NOT NULL, |
| | | last_modified_date timestamp NOT NULL, |
| | | last_modified_by varchar NOT NULL, |
| | | CONSTRAINT appointment_memo_pkey PRIMARY KEY (id) |
| | | ); |
| | |
| | | email: |
| | | url: https://localhost:8081/testEmail |
| | | function-id: epos |
| | | file-folder-path: D://pam_file |
| | | file-folder-path: C://pam_file |
| | |
| | | e-service-login-url: https://eserviceuat.pcalife.com.tw/sso/chatbotValidate |
| | | e-service-login-func: ValidateUsrLogin |
| | | e-service-login-sys: epos |
| | | file-folder-path: D://pam_file |
| | | file-folder-path: C://pam_file |