@@ -18,7 +18,7 @@ |
||
| 18 | 18 | { |
| 19 | 19 | if($type == "int"){ |
| 20 | 20 | $this->integer('id')->unsigned()->notNull()->primaryKey(); |
| 21 | - }else{ |
|
| 21 | + } else{ |
|
| 22 | 22 | $this->bigint('id')->unsigned()->notNull()->primaryKey(); |
| 23 | 23 | } |
| 24 | 24 | |