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 b0356a6 commit ab721d0Copy full SHA for ab721d0
README.md
@@ -2,6 +2,8 @@
2
3
A tool used to check the order of columns in SQL table structure.
4
5
+It can help you find out nonstandard tables in a large number of SQL files, and output reports to help you optimize your columns order.
6
+
7
# Configuration description
8
9
```php
@@ -38,7 +40,8 @@ const CONFIG = [
38
40
# How to use
39
41
42
Put your MySQL table structure file in the specified folder.
-Execute `/src/sql-order-analyse-tools` in the terminal.
43
+Execute `./src/sql-order-analyse-tools` in the terminal.
44
+Execute `--clean-cache` clean cache files.
45
46
# Analysis report
47
0 commit comments