diff --git a/app/main/model/characterauthenticationmodel.php b/app/main/model/characterauthenticationmodel.php index 6af2d6ef..3b2ab69e 100644 --- a/app/main/model/characterauthenticationmodel.php +++ b/app/main/model/characterauthenticationmodel.php @@ -50,11 +50,6 @@ class CharacterAuthenticationModel extends BasicModel{ 'type' => Schema::DT_TIMESTAMP, 'default' => Schema::DF_CURRENT_TIMESTAMP, 'index' => true - ], - 'scopeHash' => [ - 'type' => Schema::DT_VARCHAR128, - 'nullable' => false, - 'default' => '' ] ];