Skip to content

Commit 5875879

Browse files
Update create_reviews_table.php.stub
1 parent 0661ce3 commit 5875879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/create_reviews_table.php.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class CreateReviewsTable extends Migration
1717
$table->enum('recommend', ['Yes', 'No']);
1818
$table->enum('department', ['Sales', 'Service', 'Parts']);
1919
$table->string('title');
20-
$table->string('body');
20+
$table->longText('body');
2121
$table->boolean('approved')->default(0);
2222
$table->morphs('reviewrateable');
2323
$table->morphs('author');

0 commit comments

Comments
 (0)