File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,29 @@ You can access DB Auditor using below artisan commands.
24
24
25
25
> #### ** php artisan db: audit **
26
26
>
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.
28
40
>
29
- > You can also see table specific column name which doesn't have standard followed.
30
41
31
42
> #### ** php artisan db: standard **
32
43
>
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 .
34
45
>
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
+ >
38
50
39
51
** Note:**
40
52
You can’t perform that action at this time.
0 commit comments