diff --git a/src/Database/Traits/BaseIdentifier.php b/src/Database/Traits/BaseIdentifier.php index 1e0a8c1cc..44be7ccb7 100644 --- a/src/Database/Traits/BaseIdentifier.php +++ b/src/Database/Traits/BaseIdentifier.php @@ -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 */