You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
868 B
MySQL
13 lines
868 B
MySQL
3 years ago
|
INSERT INTO jcl_field_extendtitle
|
||
|
(id, group_id, title, creator, delete_type, create_time, update_time, show_order, is_show, is_system_default)
|
||
|
VALUES(1, 1, '基本信息', 1, 0, '2022-06-17', '2022-06-17', 1, 1, 0);
|
||
|
INSERT INTO jcl_field_extendtitle
|
||
|
(id, group_id, title, creator, delete_type, create_time, update_time, show_order, is_show, is_system_default)
|
||
|
VALUES(2, 2, '基本信息', 1, 0, '2022-06-17', '2022-06-17', 1, 1, 0);
|
||
|
INSERT INTO jcl_field_extendtitle
|
||
|
(id, group_id, title, creator, delete_type, create_time, update_time, show_order, is_show, is_system_default)
|
||
|
VALUES(3, 3, '基本信息', 1, 0, '2022-06-17', '2022-06-17', 1, 1, 0);
|
||
|
INSERT INTO jcl_field_extendtitle
|
||
|
(id, group_id, title, creator, delete_type, create_time, update_time, show_order, is_show, is_system_default)
|
||
|
VALUES(4, 4, '基本信息', 1, 0, '2022-06-17', '2022-06-17', 1, 1, 0);
|