回答編集履歴

2

整理

2019/04/08 09:16

投稿

xenbeat
xenbeat

スコア4258

test CHANGED
@@ -22,6 +22,6 @@
22
22
 
23
23
 
24
24
 
25
- 次のリンクにある「インデックス長とMySQL/MariaDB」をご確認ください。
25
+ 詳細は次のリンクにある「インデックス長とMySQL/MariaDB」をご確認ください。
26
26
 
27
27
  [https://readouble.com/laravel/5.6/ja/migrations.html#creating-indexes](https://readouble.com/laravel/5.6/ja/migrations.html#creating-indexes)

1

整理

2019/04/08 09:16

投稿

xenbeat
xenbeat

スコア4258

test CHANGED
@@ -7,16 +7,6 @@
7
7
  use Illuminate\Support\Facades\Schema;
8
8
 
9
9
 
10
-
11
- /**
12
-
13
- * 全アプリケーションサービスの初期起動処理
14
-
15
- *
16
-
17
- * @return void
18
-
19
- */
20
10
 
21
11
  public function boot()
22
12