From bd5a8caabe5ac850e87da3b03c9623437c0cd1ba Mon Sep 17 00:00:00 2001 From: Diger Date: Fri, 15 Mar 2024 18:06:48 +0900 Subject: [PATCH] Update DDL --- sulasang-domain/src/main/resources/DDL/DDL.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/sulasang-domain/src/main/resources/DDL/DDL.sql b/sulasang-domain/src/main/resources/DDL/DDL.sql index 71cb120..e7aa657 100644 --- a/sulasang-domain/src/main/resources/DDL/DDL.sql +++ b/sulasang-domain/src/main/resources/DDL/DDL.sql @@ -18,7 +18,6 @@ create table api_statistics target_date date not null, day_and_type_retrieve_api_call_count int not null default 0, day_and_type_retrieve_api_process_time_avg bigint not null default 1, - is_deleted bit not null, created_at datetime(6) not null, updated_at datetime(6) not null );