Skip to content

Commit 4a31d2a

Browse files
committed
infra: sql 수정
1 parent 014ff1d commit 4a31d2a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

infra/sql/ddl.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ create table not_owned_search_history (
8686
user_id bigint not null,
8787
address varchar(255) not null,
8888
title varchar(255) not null,
89+
store_id varchar(255) not null,
90+
is_crawled bit,
8991
primary key (id)
9092
) engine=InnoDB;
9193

@@ -96,7 +98,7 @@ create table not_found_store (
9698
id bigint not null auto_increment,
9799
modified_at datetime(6),
98100
address varchar(255) not null,
99-
store_id varchar(255),
101+
store_id varchar(255) not null,
100102
title varchar(255) not null,
101103
primary key (id)
102104
) engine=InnoDB;

0 commit comments

Comments
 (0)