We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c027e commit abd716eCopy full SHA for abd716e
database/migrations/create_settings_table.php
@@ -18,7 +18,7 @@ public function up()
18
$table->integer('user_id')->nullable();
19
$table->string('locale')->nullable();
20
$table->string('key')->nullable();
21
- $table->string('value')->nullable();
+ $table->text('value')->nullable();
22
$table->timestamps();
23
});
24
}
0 commit comments