Skip to content

Commit

Permalink
value is a text field
Browse files Browse the repository at this point in the history
  • Loading branch information
justijndepover committed Dec 2, 2021
1 parent d6c027e commit abd716e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/create_settings_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function up()
$table->integer('user_id')->nullable();
$table->string('locale')->nullable();
$table->string('key')->nullable();
$table->string('value')->nullable();
$table->text('value')->nullable();
$table->timestamps();
});
}
Expand Down

0 comments on commit abd716e

Please sign in to comment.