@@ -117,8 +117,7 @@ |
||
117 | 117 | |
118 | 118 | try { |
119 | 119 | if (!Capsule::schema()->hasTable($tableName)) { |
120 | - Capsule::schema()->create($tableName, function($table) |
|
121 | - { |
|
120 | + Capsule::schema()->create($tableName, function($table) { |
|
122 | 121 | $table->string('version'); |
123 | 122 | $table->timestamp('apply_time')->useCurrent(); |
124 | 123 |