From f8cc0c9c92f1e0d0082971ab001a96a940e94f7c Mon Sep 17 00:00:00 2001 From: Hide_D Date: Tue, 4 Jul 2023 16:09:32 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20GeneralAccessLog=20table=20=EC=A4=80?= =?UTF-8?q?=EB=B9=84=20-=20general=20=ED=85=8C=EC=9D=B4=EB=B8=94=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=9C=A0=EC=A0=80=20=EC=A0=91=EC=86=8D=EA=B3=BC=20?= =?UTF-8?q?=EA=B4=80=EB=A0=A8=ED=95=9C=20=EB=A1=9C=EA=B7=B8=EB=A7=8C=20?= =?UTF-8?q?=EB=B6=84=EB=A6=AC=20-=20ip=20=EC=A0=95=EB=B3=B4=EB=8A=94=20api?= =?UTF-8?q?=20=EC=A0=91=EC=86=8D=EB=B6=80=EC=97=90=EC=84=9C=20=EA=B8=B0?= =?UTF-8?q?=EB=A1=9D=ED=95=98=EB=AF=80=EB=A1=9C=20=EC=A0=9C=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/DTO/GeneralAccessLog.php | 42 ++++++++++++++++++++++ hwe/sammo/Enums/GeneralAccessLogColumn.php | 15 ++++++++ hwe/sql/reset.sql | 1 + hwe/sql/schema.sql | 17 +++++++++ 4 files changed, 75 insertions(+) create mode 100644 hwe/sammo/DTO/GeneralAccessLog.php create mode 100644 hwe/sammo/Enums/GeneralAccessLogColumn.php diff --git a/hwe/sammo/DTO/GeneralAccessLog.php b/hwe/sammo/DTO/GeneralAccessLog.php new file mode 100644 index 00000000..35898da0 --- /dev/null +++ b/hwe/sammo/DTO/GeneralAccessLog.php @@ -0,0 +1,42 @@ +