Skip to content

Commit ab721d0

Browse files
authored
Update README.md
1 parent b0356a6 commit ab721d0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A tool used to check the order of columns in SQL table structure.
44

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+
57
# Configuration description
68

79
```php
@@ -38,7 +40,8 @@ const CONFIG = [
3840
# How to use
3941

4042
Put your MySQL table structure file in the specified folder.
41-
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.
4245

4346
# Analysis report
4447

0 commit comments

Comments
 (0)