Skip to content

Commit b9ab463

Browse files
authored
Merge pull request #59 from ruchit288/main
Update readme.
2 parents e09d10e + 64cb86a commit b9ab463

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ You can access DB Auditor using below artisan commands.
2525
> #### **php artisan db:audit**
2626
>
2727
> 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.
2830
>
2931
3032
**Note:**
@@ -39,6 +41,8 @@ If you want to check standalone feature then you can execute below artisan comma
3941
> You can add more constraint to the table by seeing existing constraint with table.
4042
>
4143
> 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.
4246
>
4347
4448
<p align="center"><img src="art/db-constraint-select-table.png" width="100%" alt="Logo Laravel DB Auditor"></p>

0 commit comments

Comments
 (0)