Remove binary attributes from DB, should be json columns
This commit is contained in:
@@ -20,7 +20,7 @@ return new class extends Migration
|
||||
$table->integer('site_id')->unsigned();
|
||||
|
||||
$table->string('userid',128);
|
||||
$table->binary('oauth_data', 65535)->nullable();
|
||||
$table->jsonb('oauth_data')->nullable();
|
||||
|
||||
$table->integer('user_id')->unsigned()->nullable();
|
||||
|
||||
|
Reference in New Issue
Block a user