diff --git a/database/migrations/2025_12_25_130851_removed_image_type_column_to_sticker_details.php b/database/migrations/2025_12_25_130851_removed_image_type_column_to_sticker_details.php new file mode 100644 index 0000000..d580e19 --- /dev/null +++ b/database/migrations/2025_12_25_130851_removed_image_type_column_to_sticker_details.php @@ -0,0 +1,28 @@ +dropColumn('image_type'); + }); + } + + /** + * Reverse the migrations. + */ + public function down(): void + { + // Schema::table('sticker_details', function (Blueprint $table) { + // // + // }); + } +};