Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kayw-geek authored Dec 9, 2021
1 parent b0356a6 commit ab721d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

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.

# Configuration description

```php
Expand Down Expand Up @@ -38,7 +40,8 @@ const CONFIG = [
# How to use

Put your MySQL table structure file in the specified folder.
Execute `/src/sql-order-analyse-tools` in the terminal.
Execute `./src/sql-order-analyse-tools` in the terminal.
Execute `--clean-cache` clean cache files.

# Analysis report

Expand Down

0 comments on commit ab721d0

Please sign in to comment.