This commit is contained in:
阿沐 2024-09-25 15:16:18 +08:00
parent a76243058c
commit a8cec6b00b

View File

@ -143,6 +143,7 @@ CREATE TABLE gen_table_field
query_item bit,
query_type varchar(200),
query_form_type varchar(200),
create_time datetime,
primary key (id)
);