This commit is contained in:
Ghostie 2025-01-05 19:35:28 -05:00
parent d5747a8a52
commit 31ce528cee

View File

@ -34,8 +34,8 @@ return new class extends Migration
$table->string ("name")->nullable (); $table->string ("name")->nullable ();
$table->string ("summary")->nullable (); $table->string ("summary")->nullable ();
$table->string ("public_key")->nullable (); $table->text ("public_key")->nullable ();
$table->string ("private_key")->nullable (); $table->text ("private_key")->nullable ();
$table->string ("icon")->nullable (); $table->string ("icon")->nullable ();
$table->string ("image")->nullable (); $table->string ("image")->nullable ();