Skip to content

Commit

Permalink
add uuid in config
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Apr 6, 2023
1 parent d50d300 commit 9543fb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/laravel-attributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
*/
'tables' => [
'name' => 'attributes',

/*
* Use uuid as primary key.
*/
'uuids' => false,
],
];

0 comments on commit 9543fb9

Please sign in to comment.