Skip to content

Commit cc6bc85

Browse files
author
kai wei
committed
Initialize the project and add a MySQL table structure file for testing.
1 parent 2fd22e3 commit cc6bc85

File tree

7 files changed

+826
-0
lines changed

7 files changed

+826
-0
lines changed
Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
SQL Re-Order Check Error: Please check whether the field order of [  admin_pages  ] table is correct.
2+
3+
 Expected result: + 
4+
 Actual result: - 
5+
6+
 + ["id","name","admin_pages","admin_pages","path","icon","parent"] 
7+
 - ["id","name","path","icon","parent","admin_pages","admin_pages"] 
8+
9+
Please check whether the field order of [  admin_users  ] table is correct.
10+
11+
 Expected result: + 
12+
 Actual result: - 
13+
14+
 + ["id","password","username","username","username","created"] 
15+
 - ["id","username","password","created","username","username"] 
16+
17+
Please check whether the field order of [  connections  ] table is correct.
18+
19+
 Expected result: + 
20+
 Actual result: - 
21+
22+
 + ["id","name","connection_type","connections","connections","from","from_type","to","to_type"] 
23+
 - ["id","connection_type","name","from_type","from","to_type","to","connections","connections"] 
24+
25+
Please check whether the field order of [  data_entries  ] table is correct.
26+
27+
 Expected result: + 
28+
 Actual result: - 
29+
30+
 + ["id","name","data_entries","data_entries","type","source"] 
31+
 - ["id","name","type","source","data_entries","data_entries"] 
32+
33+
Please check whether the field order of [  data_sources  ] table is correct.
34+
35+
 Expected result: + 
36+
 Actual result: - 
37+
38+
 + ["id","name","data_sources","data_sources","type"] 
39+
 - ["id","name","type","data_sources","data_sources"] 
40+
41+
Please check whether the field order of [  enum_types  ] table is correct.
42+
43+
 Expected result: + 
44+
 Actual result: - 
45+
46+
 + ["id","enum_id","name","enum_types"] 
47+
 - ["id","name","enum_id","enum_types"] 
48+
49+
Please check whether the field order of [  input_values  ] table is correct.
50+
51+
 Expected result: + 
52+
 Actual result: - 
53+
54+
 + ["id","is_source","input_values","input_values","value","value","name"] 
55+
 - ["id","value","is_source","name","value","input_values","input_values"] 
56+
57+
Please check whether the field order of [  item_enums  ] table is correct.
58+
59+
 Expected result: + 
60+
 Actual result: - 
61+
62+
 + ["item_id","enum_id","item_enums"] 
63+
 - ["item_id","enum_id","item_id","item_enums"] 
64+
65+
Please check whether the field order of [  orm_graph_element_types  ] table is correct.
66+
67+
 Expected result: + 
68+
 Actual result: - 
69+
70+
 + ["id","name","orm_graph_element_types","orm_graph_element_types","component_index"] 
71+
 - ["id","name","component_index","orm_graph_element_types","orm_graph_element_types"] 
72+
73+
Please check whether the field order of [  request_authorization  ] table is correct.
74+
75+
 Expected result: + 
76+
 Actual result: - 
77+
78+
 + ["id","controller","request_authorization","request_authorization","method","task","input"] 
79+
 - ["id","controller","method","task","input","request_authorization","request_authorization"] 
80+
81+
Please check whether the field order of [  session_states  ] table is correct.
82+
83+
 Expected result: + 
84+
 Actual result: - 
85+
86+
 + ["id","name","active_timeout","auth_input","auth_task","session_states","session_states","inactive_timeout","parent"] 
87+
 - ["id","name","inactive_timeout","active_timeout","auth_task","parent","auth_input","session_states","session_states"] 
88+
89+
Please check whether the field order of [  translatable_columns  ] table is correct.
90+
91+
 Expected result: + 
92+
 Actual result: - 
93+
94+
 + ["id","name","table","translatable_columns"] 
95+
 - ["id","table","name","translatable_columns"] 
96+
97+
Check that the number of tables that do not meet the configuration rules is [ 12 ] .

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/SQL-order-check-tools.iml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)