回答編集履歴
1
タイポ
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Schema::table('details', function (Blueprint $table) {
|
4
4
|
|
5
|
-
$table->string('image',
|
5
|
+
$table->string('image', 50)->nullable()->change();
|
6
6
|
|
7
7
|
});
|
8
8
|
|