You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ You can access DB Auditor using below artisan commands.
25
25
> #### **php artisan db:audit**
26
26
>
27
27
> This command give you options to select feature like check the database standards or check the constraint.
28
+
>
29
+
> Now, you can skip tables which you don't want to check. Add skip table name in the .db-auditor.php file.
28
30
>
29
31
30
32
**Note:**
@@ -39,6 +41,8 @@ If you want to check standalone feature then you can execute below artisan comma
39
41
> You can add more constraint to the table by seeing existing constraint with table.
40
42
>
41
43
> Below example give insights about the how to see constraints in table and how to add.
44
+
>
45
+
> Note :- SQLite does not allow to define PRIMARY KEY or FOREIGN KEY into a existing table. Therefore , you will not show any constraint edit option in this case.
42
46
>
43
47
44
48
<palign="center"><imgsrc="art/db-constraint-select-table.png"width="100%"alt="Logo Laravel DB Auditor"></p>
0 commit comments