回答編集履歴

1

タイポ

2019/12/19 04:00

投稿

sola-msr
sola-msr

スコア876

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Schema::table('details', function (Blueprint $table) {
4
4
 
5
- $table->string('image', 30)->nullable()->change();
5
+ $table->string('image', 50)->nullable()->change();
6
6
 
7
7
  });
8
8