We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014ff1d commit 4a31d2aCopy full SHA for 4a31d2a
1 file changed
infra/sql/ddl.sql
@@ -86,6 +86,8 @@ create table not_owned_search_history (
86
user_id bigint not null,
87
address varchar(255) not null,
88
title varchar(255) not null,
89
+ store_id varchar(255) not null,
90
+ is_crawled bit,
91
primary key (id)
92
) engine=InnoDB;
93
@@ -96,7 +98,7 @@ create table not_found_store (
96
98
id bigint not null auto_increment,
97
99
modified_at datetime(6),
100
- store_id varchar(255),
101
102
103
104
0 commit comments