Skip to content

Commit

Permalink
Adds helpful doc
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Feb 9, 2024
1 parent 0f640e6 commit c5c5038
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Database/Traits/BaseIdentifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
* lookup key that is immune to enumeration attacks. The model is assumed to have
* the attribute: baseid.
*
* Add this to your database table with:
*
* $table->string('baseid')->nullable()->index();
*
* @package october\database
* @author Alexey Bobkov, Samuel Georges
*/
Expand Down

0 comments on commit c5c5038

Please sign in to comment.