File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ laravel-schema-extend
2
2
=====================
3
3
4
4
- support MySQL 'table comment'.
5
- - 因为网上的不支持5.1,所以自己改吧改吧
5
+ - 因为网上的不支持5.1以后的版本,所以自己改吧
6
6
- 让 laravel 的 Schema 支持 MySQL “表注释”,5.1以后已经内置了列注释。
7
7
8
8
---
@@ -15,9 +15,9 @@ laravel-schema-extend
15
15
16
16
在 composer.json 文件中申明依赖:
17
17
18
- * support laravel 5.1. *
18
+ * support laravel 5.*
19
19
``` json
20
- "zedisdog/laravel-schema-extend" : " 0.1.* "
20
+ "zedisdog/laravel-schema-extend" : " ~0.5 "
21
21
```
22
22
23
23
@@ -26,8 +26,8 @@ laravel-schema-extend
26
26
``` php
27
27
'aliases' => array(
28
28
...
29
- // 'Schema' => ' Illuminate\Support\Facades\Schema' ,
30
- 'Schema' => ' zedisdog\LaravelSchemaExtend\Schema::class' ,
29
+ // 'Schema' => Illuminate\Support\Facades\Schema::class ,
30
+ 'Schema' => zedisdog\LaravelSchemaExtend\Schema::class,
31
31
),
32
32
```
33
33
You can’t perform that action at this time.
0 commit comments