Skip to content

Commit abd716e

Browse files
value is a text field
1 parent d6c027e commit abd716e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/create_settings_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function up()
1818
$table->integer('user_id')->nullable();
1919
$table->string('locale')->nullable();
2020
$table->string('key')->nullable();
21-
$table->string('value')->nullable();
21+
$table->text('value')->nullable();
2222
$table->timestamps();
2323
});
2424
}

0 commit comments

Comments
 (0)