Skip to content

Commit 88c94b2

Browse files
fixed rolback
1 parent 06ee00d commit 88c94b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/Webkul/Product/src/Database/Migrations/2023_06_27_163529_rename_product_review_images_to_product_review_attachments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function up(): void
2626
public function down(): void
2727
{
2828
Schema::table('product_review_images', function (Blueprint $table) {
29-
$table->text('type')->nullable()->change();
29+
$table->string('type')->nullable()->change();
3030
});
3131

3232
Schema::rename('product_review_attachments', 'product_review_images');

0 commit comments

Comments
 (0)