Skip to content

Commit 7bbee6f

Browse files
committed
Update readme.md
1 parent 67fb09d commit 7bbee6f

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,29 @@ You can access DB Auditor using below artisan commands.
2424

2525
> #### **php artisan db:audit**
2626
>
27-
> This command give you result with list of table with standard follow indication.
27+
> This command give you options to select feature like check the database standards or check the constraint.
28+
>
29+
30+
**Note:**
31+
32+
If you want to check standalone feature then you can execute below artisan command one by one.
33+
34+
> #### **php artisan db:constraint**
35+
>
36+
> This command gives you result with list of tables with primary,foreign,unique,index constraint.
37+
>
38+
>
39+
> You can add more constraint to the table by seeing existing constraint with table.
2840
>
29-
> You can also see table specific column name which doesn't have standard followed.
3041
3142
> #### **php artisan db:standard**
3243
>
33-
> This command gives you result with list of tables with primary,foreign,unique,index constrain.
44+
> This command give you result with list of table with standard follow indication.
3445
>
35-
> You can add more constrain to the table by seeing existing constrain with table.
36-
37-
46+
>
47+
> You can also see table specific column name which doesn't have standard followed.
48+
>
49+
>
3850
3951
**Note:**
4052

0 commit comments

Comments
 (0)