From 6fa4bba623713c396432ba8b863846883d6a1906 Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期三, 26 一月 2022 10:52:23 +0800 Subject: [PATCH] Merge branch 'pollex-dev' into sit --- pamapi/src/doc/sql/20211229_j.sql | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/pamapi/src/doc/sql/20211229_j.sql b/pamapi/src/doc/sql/20211229_j.sql new file mode 100644 index 0000000..e948384 --- /dev/null +++ b/pamapi/src/doc/sql/20211229_j.sql @@ -0,0 +1,10 @@ +CREATE TABLE omo.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) +); -- Gitblit v1.8.0